.first-installment {
  /*background-image: url(/img/blocks/first-installment/bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.first-installment__wrapper {
  position: relative;
}
.first-installment__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
}
.first-installment__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}
.first-installment__girl {
  position: absolute;
  right: -30px;
  bottom: -80px;
  /*background-image: url(/img/blocks/first-installment/girl.webp);*/
  background-size: 436px 456px;
  background-repeat: no-repeat;
  width: 436px;
  height: 456px;
}
@media (max-width: 768px) {
  .first-installment {
    overflow: hidden;
  }
  .first-installment__title {
    font-size: 32px;
  }
  .first-installment__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .first-installment {
    background-image: url(/img/blocks/first-installment/first-installment_sm.jpg);
    height: 75vh;
  }
  .first-installment__title {
    font-size: 24px;
  }
  .first-installment__subtitle {
    font-size: 16px;
  }
  .first-installment__btn {
    display: block;
    width: 100%;
  }
  .first-installment__girl {
    display: none;
  }
}
@media (max-width: 1024px) {
  .first-installment__girl {
    background-size: cover;
    right: 0;
    width: 300px;
    height: 300px;
    background-position: center center;
  }
}
