.chef{
    .chef_content{
        .section_heading{
            text-align: center;
            h6{
                font-size: 30px;
                color: $black;
                font-weight: 500; 
                display: inline-block;
                border-bottom: 2px solid #eb815bb4;
                padding: 12px 0;
            }
        }
        .chef_wrap{
            margin-top: 30px;
             .chef_card{
                 .chef_img{
                    height: 320px;
                    width: 100%;
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                    }
                 }
                 .chef_text{
                    padding-top: 15px;
                    h4{
                        font-size: 20px;
                        color: $primaryColor;
                        font-weight: 500;
                        line-height: 15px;
                    }
                    h5{
                        font-size: 14px;
                        color: $black;
                        font-weight: 400;
                    }
                 }
             }
        }
    }
}