.sbc-related-content-chefs{
  padding: 50px 0;
}
.sbc-related-content-chefs .top-icon-img{
  position: absolute;
  top: 45px;
  right: -85px;
  max-width: 120px;
}
.sbc-related-content-chefs .title{
  font-size: 42px;
  line-height: normal;
}
.sbc-related-content-chefs .chef-box .img-cont{
  overflow: hidden;
}
.sbc-related-content-chefs .chef-box .img-cont img{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-related-content-chefs .chef-box:hover .img-cont img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sbc-related-content-chefs .chef-box .chef-title{
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;
}


/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/


@media (max-width: 991px){
  
}