@media screen and (max-width:1200px){
    .flavour-list ul li {
        width: 22%;
    }
}
@media screen and (max-width:991px){
    .flavour-list ul li{
        width: 31%;
    }
    .how-works-img img{
        height: 400px;
        margin: 15px 0;
    }
    .business-partner-right{
        padding: 10px 0;
    }
    .product-content-left{
        padding-right: 0;
    }
}
@media screen and (max-width:768px){
    .baner-caption h1{
        font-size: 50px !important;
    }
     .flavour-list ul li{
        width: 48%;
    }
    .buy-box h2{
        font-size: 40px;
    }
    .baner-section{
        height: 100vh;
    }
}
@media screen and (max-width:567px){
    .baner-btn{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
     .baner-btn a{
        width: 100%;
        margin: 0 !important; 
     }
     .home-about-left{
        height: 350px;
     }
       .flavour-list ul li{
        width: 100%;
    }
    .contact-form-sec img{
        height: 350px;
    }
        .baner-caption h1 {
        font-size: 40px !important;
    }
}