
@import 'config';


.content p{
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin: 16.5px 0;
}
.content-sidebar .content .inner .common-title-2{
    margin-bottom: 13px;
}
.content h6{
    color: $clr_3;
    font-size: 18px;
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: -10px;
}
.back{
    margin-top: 51px;
}

.content i.readmore{
    padding-right: 0;
    padding-left: 5px;
}

@media screen and (max-width : 700px){
    .back{
        margin-top: 50px;
    } 
}
