@media (max-width: 990px) {
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }

    .car-image {
        width: 962px;
    }

    .logo {
        width: 214px;
    }
}

@media (min-width: 991px) {
    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }
}





@media (min-width: 991px) and (max-width: 991px) {
    

    .ptext-11 {
        font-size: 28px;
    }

    .ptext-16 {
        font-size: 54px;
    }

    .car-image {
        width: 473px;
    }

    .landing-line {
        left: 45%;
        top: 5%;
        width: 600px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .ptext-11 {
        font-size: 27px;
    }

    .ptext-12 {
        font-size: 27px;
    }

    .ptext-16 {
        font-size: 52px;
    }

    .ptext-15 {
        font-size: 52px;
    }
    
    .car-image {
        width: 473px;
    }

    .landing-line {
        left: 45%;
        top: 5%;
        width: 492px;
    }

    .client-logo-adjust {
        margin-top: -32px;
    }
}




@media (min-width: 1200px) and (max-width: 1399px) {

    .ptext-16 {
        font-size: 62px;
    }


    .ptext-11 {
        font-size: 32px;
    }

    .landing-line {
        /* left: 45%;
        top: 5%;
        width: 622px; */


        left: 47%;
        top: 3%;
        width: 550px;
    }

    .client-logo-adjust {
        width: 150%;
        margin-top: -52px;
    }


}




@media (min-width: 1400px) {
   

}









/**************************************************/
/****************HEIGHT SETTINGS*******************/
/**************************************************/
@media (min-height: 100px) and (max-height: 920px) {
    .set-overflow{
        overflow:scroll;
    }
}



