@media (max-width:576px){
    .slider_img{
        height:456px !important;
      }
      .about-section .image-column .image-2 img, .about-section .image-column .image-1 img {
        box-shadow: 0 30px 50px rgba(8,13,62,.15);
        border-radius: 46px;
        height: 356px;
        width:100%;
    }
    .quick_link_footer {
        border-right: 2px white solid;
        padding: 3px 4px;
        color: white;
        font-size: 11px;
    }
    .event_img{
        height: 300px;
        width: 100%;
    }
    #header {
        top:0px !important;
        height: 70px;
        z-index: 997;
        transition: all 0.5s;
        padding: 10px 0;
        background: rgba(26, 24, 22, 0.85);
    }
    about-section .image-column .inner-column:before {

        border: 36px solid #9f7f35;
        border-radius: 46px;
    }
    .about-section .sec-title {
        margin-bottom: 17px;
        margin-top: 86px;
    }
    .sec-title h2 {
        font-size: 27px;
        line-height: 1.28em;
        padding-bottom: 14px;
    }
    .about-section {
        position: relative;
        padding: 130px 0 0px;
    }
    .chefs {
        padding: 0px 0;
    }

    .chefs_img{
        width: 100%;
    height: 254px;
    }
    .bread_crumb {
        /* background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(/assets/img/slide/slide-2.jpg) center center no-repeat; */
        background-size: cover;
        height: 316px;
        width: 100%;
        /* margin-top: 37px; */
    }

    .line-heading p {
        margin-left:0px;
        margin-top: 21px;
        border-top: 3px solid white;
        border-left:none;
        padding: 12px 0 12px 30px;
        line-height: 24px;
        -webkit-box-flex: 1;
        flex: 1;
        font-size: 21px;
        font-family: 'bootstrap-icons';
        color: #ffffff;
        text-align: left;
        margin-bottom: 0;
    }
    .line-heading-left {
        text-align: center !important;
        margin: 0;
        padding: 0;
    }
    .line-heading {
        display:flow;
        /* display: flex; */
        -webkit-box-align: center;
        align-items: center;
    }
    .background-container {
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        text-align: center!important;
    }
}
