.financing {
  padding: 15px 0 50px;
}
.financing__wrapper {
  padding: 50px 0 46px;
  background: url(img/financing-bg.jpg) no-repeat center center/cover;
  border-radius: 20px;
}
.financing__title {
  /* text-transform: capitalize; */
  font-size: clamp(31px, 4vw, 45px);
  margin-bottom: 17px !important;
}
.financing__title br {
  display: block !important;
}
@media (max-width: 767px) {
  .financing {
    padding: 78px 0;
    background: url(img/financing-bg-mob.jpg) no-repeat center center/cover;
  }
  .financing__wrapper {
    background: none;
    padding: 0;
  }
}