/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Jan-2022, 15:16:30
    Author     : Jafran Mjm
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Jan-2022, 16:20:09
    Author     : Jafran Mjm
*/

@import 'config';


.content p{
    color: $clr_3;
    font-size: 15px;
    line-height: 23px;
    margin: 16.5px 0;
    width: 350px;
}

.back{
    margin-top: 211px;
    .contact{
        float: left;
    }
    i.readmore.back{
        padding-right:0; 
        padding-left: 5px;   
    }
}

.content-sidebar .content .inner .common-title-2{
    margin-bottom: -3px;
}
@media screen and (max-width : 600px){
   .content p{
        width: 100%;
    }
    .back{
            margin-top: 50px;
    }
}
