@media (max-width:1024px) and (min-width:992px){
    .slider_img{
        height:599px !important;
      }
    .chefs {
        background: url(../img/chefs-bg.jpg) center center no-repeat;
        background-size: cover;
        padding: 49px 0;
        position: relative;
    }
    .about-section {
        position: relative;
        padding: 120px 0 0px;
    }
}



@media (max-width:1280px) and (min-width:1025px){
    .chefs {
        background: url(../img/chefs-bg.jpg) center center no-repeat;
        background-size: cover;
        padding: 41px 0;
        position: relative;
    }
    .slider_img{
        height:819px !important;
      }
      .about-section {
        position: relative;
        padding: 120px 0 18px;
    }
}


