.cta-banner {
  position: relative;
  background: linear-gradient(rgba(10, 10, 20, 0.72), rgba(10, 10, 20, 0.72)),url("../img/lb.jpeg");
  background-size: cover;
  background-position: center;
  padding: 90px 40px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: end;
  height: 46rem;
}

.cta-banner__inner {
  max-width: 720px;
  margin: 0 auto;
  /* display:flex; */
  /* justify-content:end; */
}

.cta-banner .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ffffff;
  /* margin-top: 10rem */
}

.cta-banner .headline {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  /* margin-bottom: 9rem; */
}

.cta-banner .subtext {
  font-size: 15px;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 90px;
  margin-left: 11rem;
  /* margin-bottom: 13rem; */
}

.cta-banner .cta {
  background: #2f27ce;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cta-banner .cta:hover {
  background: #241db8;
}

@media (max-width: 950px) {
  .cta-banner {
  margin-left: 0rem;
    padding: 60px 30px;
  }

  .cta-banner .headline {
    font-size: 28px;
        margin-left: 2rem;
  }

.cta-banner .subtext {
margin-left: 0rem;
}

.cta-banner .subtext {
margin-left: 2rem;
}
}
