section.image-w-cta-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
section.image-w-cta-section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.image-w-cta-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.image-w-cta-section .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.image-w-cta-section .image {
  margin: auto;
}
section.image-w-cta-section .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
section.image-w-cta-section .headline {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 108.333%;
  margin-bottom: 15px;
}
section.image-w-cta-section .sub-headline {
  font-size: 35px;
  font-weight: 600;
  line-height: 111.429%;
}
section.image-w-cta-section .button a {
  margin: auto;
}
section.image-w-cta-section div.button {
  margin-top: 55px;
}
@media screen and (max-width: 1023px) {
  section.image-w-cta-section {
    background-position: left center;
  }
  section.image-w-cta-section .headline {
    font-size: 35px;
  }
  section.image-w-cta-section .sub-headline {
    font-size: 22px;
  }
  section.image-w-cta-section div.button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.image-w-cta-section .headline {
    font-size: 30px;
    margin-bottom: 7px;
  }
  section.image-w-cta-section .sub-headline {
    font-size: 18px;
  }
  section.image-w-cta-section div.button {
    margin-top: 25px;
  }
  section.image-w-cta-section .image .desktop-image.has-mobile-image {
    display: none;
  }
  section.image-w-cta-section .image .mobile-image {
    display: block !important;
  }
}
