

@media (min-width: 250px) and (max-width: 768px) {
 .header__logo {
    width: 150px!important;}
    
       .header__inner {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 100%;
        padding: 10px 10px 0px 0px;
    }
    .testimonials__item h4{font-size:14px!important;}
    
    .cta__wrapper p{font-size: 1.6rem!important;}
    
     .testimonials__item {
      min-width: 250px;
      max-width: 250px;
       font-size: 14px;
    }
    .footer__menu img{width: 189px!important;
               padding-bottom: 25px!important;}
    
     .footer__col:first-child {
        border-bottom: 1px solid #7a7c7d;
        padding: 22px 20px!important;
        width: 100%
    }
     .padd{padding: 30px 17px;}
     
     .pad1{padding: 10px 29px 5px!important}
     
   
    
}