.sbi-what-we-do{
  padding: 50px 0;
  background-color: #D6C6BA;
}
.sbi-what-we-do .inner-case-study{
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sbi-what-we-do .inner-case-study .text-cont{
  padding: 40px;
}
.sbi-what-we-do .inner-case-study .text-cont .cs-title{
  min-height: 68px;
}
.sbi-what-we-do .inner-case-study .text-cont .body-cont{
  min-height: 250px;
}
@media(max-width: 767px){
  .sbi-what-we-do .inner-case-study .text-cont .body-cont,
  .sbi-what-we-do .inner-case-study .text-cont .cs-title{
    min-height: auto;
  }
}