.promo {
  padding: 60px;
  border-radius: 16px;
  background-image: url(/img/cta-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .promo {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .promo {
    padding: 32px 16px;
  }
}

.promo__images {
  position: relative;
  display: flex;
  justify-content: end;
}

.promo__image-front {
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media screen and (max-width: 991px) {
  .promo__image-front {
    transform: scale(0.85);
    left: -40px;
    bottom: -25px;
  }
}

@media screen and (max-width: 767px) {
  .promo__image-back {
    width: 350px;
    position: relative;
    right: -16px;
  }
  .promo__image-front {
    transform: scale(0.8);
    left: -15px;
  }
}
