.cta-photo {
  position: relative;
  min-height: 470px;
  background:
    url("../../img/custom-order-bg.webp")
    82% center/cover no-repeat;
  display: flex;
  align-items: center;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(58, 17, 42, .98) 0%,
      rgba(99, 39, 79, .88) 35%,
      rgba(99, 39, 79, .52) 58%,
      rgba(99, 39, 79, .12) 78%
    );
}

.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cta-content h2 {
  color: #fff;
  max-width: 760px;
}

.cta-content h2 em {
  color: #ffc3dc;
}

.cta-content p {
  max-width: 620px;
  margin: 17px 0 25px;
  color: #f6e5ed;
}

@media(max-width:580px) {
  .cta-photo {
    min-height: 500px;
    background-position: 68% center;
  }

  .cta-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(58, 17, 42, .98) 0%,
        rgba(99, 39, 79, .9) 55%,
        rgba(99, 39, 79, .58) 100%
      );
  }
}
