#image-cta-section {
  position: relative;
}

#image-cta-section img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

#image-cta-section .cta-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#image-cta-section .cta-copy h2 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.landing-page #image-cta-section {
  padding-bottom: 2rem;
}