/*
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 : 08-Mar-2020, 14:11:49
    Author     : User
*/

@media screen and (max-width: 1141px) {
    .content.wrapper{
        padding: 80px 20px !important;
    }
}
@media screen and (max-width: 1000px) {
    .content-sidebar .content .inner{
        padding: 20px;
    }
}
@media screen and (max-width: 800px) {
    .double-blks .blk{
        width: calc(100% - 20px);
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-title{
        font-size: 50px;
        line-height: 44px;  
        padding-top: 133px;
    }
}