section.lenders.platform {
  background: url('https://padcrush.com/images/front_door_img.jpg') no-repeat center center transparent !important;
  background-size: cover !important;
}
section.lenders.platform::before {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(54, 76, 103, 0.5);
}
section.lenders.platform > .container {
  position: relative;
  padding-bottom: 150px;
}
section.lenders.platform .banner-msg {
  font-size: 18px;
  padding-bottom: 20px;
}
section.lenders.platform .banner-msg h1 {
  font-size: 55px;
}
section.lenders.platform h2.h1 {
  margin-bottom: 24px;
}
section.lenders.platform h2.h1 .u-blue {
  padding-bottom: 5px;
  border-bottom: 2px solid #03c4f8;
}
section.lenders.platform .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.three-tiles > .container {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  section.three-tiles > .container {
    flex-wrap: wrap;
  }
}
section.three-tiles > .container .tile {
  background-color: #fff;
  width: 30%;
  max-width: 300px;
  padding: 39px;
  border-radius: 5px;
  border-top: 18px solid #03c4f8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  -moz-box-shadow: 0px 1px 3px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 1px 3px rgba(100, 100, 100, 0.5);
}
@media (max-width: 767px) {
  section.three-tiles > .container .tile {
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
  }
}
section.three-tiles > .container .tile .icon {
  max-width: 90px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.img-text > .container > .row > :first-child {
    margin-bottom: 20px;
  }
}
section.img-text .shift-top {
  margin-top: -25%;
}
@media (max-width: 767px) {
  section.img-text .shift-top {
    margin-top: 0;
  }
}
section.img-text .img-cnt {
  max-width: 100%;
  height: auto;
}
section.img-text .text {
  padding: 0 80px;
}
section.img-text .text .details {
  font-size: 24px;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  section.img-text .text {
    padding: 0 30px;
  }
  section.img-text .text ul {
    padding: 0 30px 0 50px;
  }
}
section.img-text .text ul li {
  list-style: none;
  font-size: 24px;
  margin: 40px 0;
}
section.img-text .text ul li:before {
  content: ' ';
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.7 11.3C0.313401 10.9134 0.313401 10.2866 0.7 9.9L4.6 6L0.7 2.1C0.3134 1.7134 0.313401 1.0866 0.7 0.7V0.7C1.0866 0.313401 1.7134 0.313401 2.1 0.7L6.69289 5.29289C7.08342 5.68342 7.08342 6.31658 6.69289 6.70711L2.1 11.3C1.7134 11.6866 1.0866 11.6866 0.7 11.3V11.3Z' fill='%2303C4F8'/%3E%3C/svg%3E") no-repeat center center transparent;
  background-size: 34px 34px;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-left: -49px;
  font-weight: bold;
  font-size: 60px;
  float: left;
}