.divTekst{
padding-top: 0px;
width: 880px;
position: relative;
}

.powrot {
display: inline-block;
padding: 12px 25px;
border: 1px solid #CA464D;
color: #CA464D;
font-size: 13px;
transition: all 0.5s ease-out 0s;
cursor: pointer;
border-radius: 3px;
float: right;
margin: 20px 0px 0px 0px;
}

.powrot:before {
content: "";
width: 25px;
height: 16px;
display: inline-block;
vertical-align: sub;
margin-right: 10px;
background: url('../images/arrow4.png') 0 0 no-repeat;
transition: all 0.5s ease-out 0s;
}

.powrot:hover{
color: #FFFFFF;
background-color: #CA464D;
}

.powrot:hover:before {
filter: brightness(0%) invert(100%);
}

.shareSocial{
position: absolute;
top:0px;
right: -130px;
text-align: center;
}
.shareSocial span,.shareSocial a{
display: block;
text-align: center;
width: 100%;
margin: 0px 0px 25px 0px;
}
.shareSocial .shareSpan {

}

.imgNews{
text-align: center;
margin-bottom: 20px;
}