.sbc-hero .img-cont{
  position: relative;
}
.sbc-hero .img-cont .text-cont{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sbc-hero .img-cont .text-cont .title{
  background-color: #0420BF;
  color: #fff;
  padding: 30px;
  margin: 0;
  display: inline-block;
}
