.sbc-cards {
  margin-bottom: 50px;
}
.sbc-cards .img-cont{
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sbc-cards .text-cont{
  padding: 30px 0;
  background-color: #231F20;
}
.sbc-cards .text-cont .inner-text-cont{
  padding: 0 100px;
}
.sbc-cards .text-cont .inner-text-cont.right-border{
  border-right: 1px solid #F5F5F5;
}
.sbc-cards .text-cont *{
  color: #fff;
}
.sbc-cards .text-cont h2{
  font-family: "Lato", sans-serif;
  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-cards .text-cont a:hover h2{
  color: #c12033;
}
@media(max-width: 991px){
  .sbc-cards .text-cont .inner-text-cont{
    padding: 0 30px;
  }
}
@media(max-width: 767px){
  .sbc-cards .single-card{
    margin-bottom: 30px;
  }
  .sbc-cards .img-cont{
    min-height: auto;
    background-image: none;
  }
  .sbc-cards .text-cont .inner-text-cont.right-border{
    border-right: 0;
  }
}