@media (max-width:1400px){
    .hero__title{
        font-size: 24px;
    }
}
 
@media (max-width:1200px){
     .hero__title{
         font-size: 20px;
     }
     .contact__channels-text span{
        font-weight: 700;
        font-size: 16px;
      }
}

@media (max-width:992px){
      
    .hero__title{
        font-size:14px;
    }
    .contact-info-wrapper {
  
        font-size: 0.7em;     
       }

}
 
@media (max-width:767px){
      
    .hero__title{
        font-size:16px;
    }
    
    .swiper-slide span{
        font-size: 0.8em; 
    }

    .contact__channels-text span{
        font-weight: 700;
        font-size: 12px;
      }
    
    .hero__title {
       font-size: 22px;
       font-family: var(--global-primary-font);
        line-height: 0.7;
       display:block;
       justify-content: center;
    
     }

     .hero__title--large{
         font-size: 4em;
     }

     .hero__title--small{
       line-height:1 ;
       margin-left: 0;
     }
}

@media (max-width:576px){
      
    .hero__title{
        font-size:20px;
    }
    .hero__title--small{
        font-size: 3em;
        
    }

    .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;
      }

      .package-middle-title-right{
          margin-left: 1em;
      }

    } 

@media(max-width:460px){

    .hero__title{
        font-size:11px;
        font-weight: 300;
    }  
       
   
}


@media(min-width:320px){
 
    .contact__channels-text span{
        font-weight: 700;
        font-size: 12px;
      }

   
}

 
 