@media (max-width:1400px){
    .hero__title{
        font-size: 30px;
    }
}
 
@media (max-width:1200px){
     .hero__title{
         font-size: 25px;
     }
     .contact__channels-text span{
        font-weight: 700;
        font-size: 16px;
      }
}

@media (max-width:992px){
      
    .hero__title{
        font-size:17px;
    }

}
 
@media (max-width:767px){
      
    .hero__title{
        font-size:20px;
    }
    
    .swiper-slide span{
        font-size: 0.8em; 
    }

    .contact__channels-text span{
        font-weight: 700;
        font-size: 12px;
      }
    
}

@media (max-width:576px){
      
    .hero__title{
        font-size:13px;
    }
    
    

    .swiper-slide span{
        font-size: 0.5em; 
    }

    .swiper-button-next{
        font-size: 1.5em;
     }
     
     .swiper-button-prev {
         font-size: 1.5em;
      }
    
      .contact__channels-text span{
        font-weight: 700;
        font-size: 20px;
      }

    
}
@media(min-width: 320px){
 
    .contact__channels-text span{
        font-weight: 700;
        font-size: 12px;
      }
      
}

 
 