@media only screen and (max-width:1399px){
  h3{
      font-size: 24px;
  }
 
.banner-container{
    width: 100%;
}
.banner-text h1{
    font-size: 40px;
    line-height: normal;
}
.banner-text{
    margin:0;
    padding-top: 20px;
}


}
@media only screen and (max-width:1199px){
    h3{
        font-size: 26px;
        line-height: normal;
    }
   
    .btn-default{
        font-size: 15px;
    }
    .footer-address ul li a {
        font-size: 13px;
        display: flex;
        align-items: start;
        justify-content: left;
    }
    .footer-address ul li a p{
        font-size: 14px;
    }
    .footer-address ul li a p span{
        width: 90px;
    }
    .beer-product h3{
        min-height: 0;
    }
   
}
@media only screen and (max-width:991px){
     h2{
         font-size: 30px;
         line-height: normal;
     }
     p{
         font-size: 16px;
         line-height: normal;
     }
     h6{
         font-size: 18px;
         line-height: normal;
     }

    h3{
        font-size: 19px;
        line-height: normal;
    }
   
}
@media only screen and (max-width:767px){
   h2{
       font-size: 26px;
       line-height: normal;
       margin-bottom: 20px;
   }
   h3{
       font-size: 24px;
       line-height: normal;
   }
   h4{
       font-size: 20px;
       line-height: normal;
   }
   p{
       font-size: 16px;
       line-height: normal;
       margin-bottom: 15px;
   }
   section{
       padding-top: 50px;
       padding-bottom: 50px;
   }
   .btn-default{
       font-size: 16px;
   }
    .banner-text h1{
        font-size: 35px;
        line-height: normal;
    }
    
    .banner-details{
        position: static;
        margin-top: 50px;
    }
    .banner-img{
        height: 100%;
    }
    .banner-container{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .logo{
        width: 120px;
    }
    .contact-detail{
        padding: 10px;
        margin: 0;
        border: none;
    }
    .contact-detail span{
        min-height: 0;
    }
    
    .contact-icon{
        margin-bottom: 15px;
    }
    .video-section{
        height: 100%;
    }
    .free-stuff .row > div:first-child {
        margin-bottom: 30px;
    }  
    .newsletter-box p + span {
        font-size: 14px;
    }
    .great-selection-content {
        text-align: center;
    }
    .discription p {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .discription .btn-default {
        margin-bottom: 20px;
    }
    .footer-address ul li a {
        justify-content: center;
        text-align: center;
    }
    .footer-address ul li a i {
        margin-right: 10px;
    }
    .footer-address ul li {
        padding-bottom: 10px;
    }
    .footer-logo a img {
        max-width: 120px;
    }
    .footer-bottom .row > div:first-child {
        margin-bottom: 10px;
    }
    .header-address ul li a span{
        display: none;
    }
    .header-address ul li a i{
        margin: 0;
        
    }
    .header-address ul li{
        display: inline-block;
        margin: 0;
        padding-left: 20px;
    }

}
@media only screen and (max-width:575px){
    h3{
        font-size: 25px;
    }
    .banner-text h1 br {
        display: none;
    }
}
@media only screen and (max-width:375px){
    .beer-img{
        width: 150px;
        height: 150px;
    }
    h3{
        font-size: 16px;
    }
}