@media(min-width: 992px) and (max-width: 1920px){
    .about-container__image{
        height: 100%;
    }
    .about-container__image img{
        height: 100%;
        width: auto !important;
        max-width: initial !important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .about-container__image{
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-container{
        text-align: center;
        padding-top: 0;
    }
    .services-single{
        margin-bottom: 30px;
    }
    .footer-top:before{
        width: 100%;
        height: 50%;
        bottom:0;
        top:inherit;
    }
    .footer-right,.footer-logo{
        text-align: center;
    }
    .footer-top:after{
        width: 100%;
        height: 52%;
    }
    .left-text{
        margin-top:60px;
        position: relative;
        z-index: 2;
    }
}
@media(max-width: 767px){
    .header-right__container{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .about-container__image{
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-container{
        text-align: center;
        padding-top: 0;
    }
    .services-single{
        margin-bottom: 30px;
    }
    .footer-top:before{
        width: 100%;
        height: 50%;
        bottom:0;
        top:inherit;
    }
    .footer-right,.footer-logo{
        text-align: center;
    }
    .footer-top:after{
        width: 100%;
        height: 52%;
    }
    .left-text{
        margin-top:60px;
        position: relative;
        z-index: 2;
    }
    #header{
        padding: 15px 0;
    }
    .prefooter:before,.prefooter:after{
        display: none;
    }
    .prefooter .col-sm-4 .prefooter-single{
        background: #60493A;
        padding: 50px 30px;
    }
    .prefooter .col-sm-4:nth-child(2) .prefooter-single{
        background: #5B4748;
    }
    .prefooter .col-sm-4:last-child .prefooter-single{
        background: #4B4358;
    }
    .prefooter{
        margin-bottom: 50px;
    }
    .left-text{
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .left-text:before{
        content:'';
        height: 100%;
        background: #000;
        position: absolute;
        top:0;
        left: -30px;
        width: 200%;
        z-index: -1;
    }
    .footer-top{
        padding-bottom: 0;
    }
    .footer-bottom,.copyright, .made-by{
        text-align: center !important;
    }
    .popup-footer .footer-soc{
        margin-left: 0;
        text-align: center;
    }
    .popup-footer{
        flex-direction: column;
        padding: 20px;
    }
    .popup-content{
        padding: 20px;
    }
    ol li,ul li, p{
        font-size: 14px;
        line-height: 1.2;
    }
    .top-container{
        min-height: 134px;
        background-attachment:inherit ;
    }
    .top-container img{
        max-width: 50%;
    }
}

.page-image{
    background-size: cover;
    min-height: 320px;
}
