.sbc-featured-content-logos{
  background-color: rgba(198,198,198,0.2);
}
.sbc-featured-content-logos .title-cont{
  padding: 70px 0 100px 0;
  background-color: #6DB341;
}
.sbc-featured-content-logos .title-cont .title{
  font-size: 42px;
  line-height: normal;
  color: #fff;
}
.sbc-featured-content-logos .logo-section-cont{
  margin-top: -70px;
}
.sbc-featured-content-logos .logo-section{
  padding: 15px;
  box-shadow: 0px 10px 12px #0000000D;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.sbc-featured-content-logos .logo-section-title{
  font-size: 32px;
  font-family: 'futura-pt',sans-serif;
  line-height: normal;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}
.sbc-featured-content-logos .logo-section-title::before{
  content: '';
  position: absolute;
  background-color: #6DB341;
  height: 2px;
  width: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sbc-featured-content-logos .img-cont{
 overflow: hidden;
}
.sbc-featured-content-logos .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-featured-content-logos .img-cont.has-link:hover 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);
}

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


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