.cta-banner-top {
  background: #f2f2eb;
  padding: 8rem 0;
}

.cta-banner-top__wrapper {
   max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.cta-banner-top .title h2 {
   color: #0A0A08;
  line-height: 120%;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-banner-top .title h2 span {
  color: #078BFF;  
  font-style: italic;
}

.cta-banner-top .title h2::after {
  display: none;
}

.cta-banner-bottom__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cta-banner-bottom__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner-bottom__image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgb(6, 36, 101) 0%,
    oklab(0.288408 -0.015443 -0.118821 / 0.5) 50%,
    oklab(0 0 0 / 0) 100%
  );
  z-index: 1;
}

.cta-wrapper {
   position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.cta-banner-bottom__image .title {
 
  z-index: 2;
  max-width: 80rem;
}

.cta-banner-bottom__image .title h2 {
   font-size 64px;
   color: #ffffff;          
    text-align: center;
    margin: 0;
   
}

.cta-banner-bottom__image .title h2::after {
  display: none;
}

.cta-banner-top__image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}

.cta-banner-top__image img {
  width: 100%;
}

.cta-btn {
   margin-top: 40px;
    z-index: 2;
  font-family: 'Saans', sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  background-color: #1E6EEB;
  border-radius: 8px;
  padding: 8px;
  text-decoration: none !important;
}
.cta-btn:hover {
  background: #003393;
}
.cta-btn .flex-1 {
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}
.cta-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 4px;
}
.cta-btn .icon svg {
  width: 1rem;
  height: 1rem;
  fill: #1E6EEB;
}
