/*
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';

.banner{
    background: #000; 
}
 
.page-title{
    font-weight: 300;
    font-size: 120px;
    line-height: 100px;
}

.content{
    p{
        color: $clr_3;
        font-size: 16px;
        line-height: 22px;
        margin: 17px 0;
        width: 400px;
        a{
            text-decoration: underline;
            color: #0090ff;
        }
    } 
}

.back{ 
    margin-top: 280px;
    .contact{ 
        float: right;
    }
}

.content-sidebar .content .inner .common-title-2{
    margin-bottom: -3px;
}

@media screen and (max-width : 600px){
    .content p{
        width: 100%;
    }
    .back{
        margin-top: 50px;
    }
}