#for-borrowers .s1 {
  background: url(/i/borrowers_hero_bg.jpg) no-repeat center/cover;
}

#for-borrowers .s1 img {
  max-width: 400px;
  top: 75%;
  left: 50%;
}

#for-borrowers .text-image-section {
  background: url(/i/advisory_bg.jpg) no-repeat center/cover;
}

#for-borrowers .text-image-section .bg-img {
  background: url(/i/advisory_bg_768x600.jpg) no-repeat top/cover;
}

/**** MEDIA ***/
@media screen and (max-width: 1023px) {
  #for-borrowers .s1 img {
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  #for-borrowers .s1 img {
    max-width: 200px;
  }
  #for-borrowers .slides .left .service h3 br {
    display: none;
  }
}
