@media only screen and (max-width: 1200px) {
}

 @media only screen and (max-width: 991px) { 
     .mynavbar{
       justify-content:right!important;  
     }
    .padding-top-about-img{
        padding-top: 5rem;
    }
    .swiper-wrapper{
        text-align:center;
    }
 }

 @media only screen and (max-width: 767px) {
     
 }

 @media only screen and (max-width: 575px) { 
   
     
     .text-cntr-nav{
         text-align:center;
     }
     
     .logo {
    width: 189px;
    }
    
    .testimonials .testimonial-item {
        padding: 30px 30px 30px 30px!important;
        margin: 30px 30px 30px 30px!important;
    }
    
    .btn-align-get{
        text-align:left!important;
    }
    
    .text-head-clientele{
        font-size:1.7rem;
    }
 }