.cta {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  line-height: 0;
  margin-top: 0.625rem;
}


.cta-content {
  padding-right: 5rem;
}

.cta-content h2 {
  font-family: var(--font-montserrat);
  font-size: 3.563rem;
  font-weight: 600;
  line-height: 4rem;
  margin-bottom: 1.5rem;
  color: var(--white);
  letter-spacing: -0.016rem;
}

.cta-content p {
  font-family: var(--font-jakarta);
  font-size: 0.875rem;
  color: var(--white);
  line-height: 1.25rem;
  margin-bottom: 1rem;
  letter-spacing: 0.006rem;
}

.cta-content .cta-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
  letter-spacing: 0.006rem;
}

.cta-image {
  text-align: center;
}

.cta-image img {
  max-width: 23.875rem;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1.25rem 40px rgba(0, 0, 0, 0.3));
}

@media (max-width: 991px) {
  .cta {
    text-align: center;padding: 2.5rem 0;
  }
  
  .cta-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  
  .cta-content h2 {
    font-size: 1.75rem;line-height: 2.25rem;
  }
  .cta-image img{max-width: 21rem}
}
@media (min-width:992px) and (max-width:1199px){
  .cta-content h2{font-size: 2.625rem;line-height: 3rem}
}
