.cta-block {
  padding: 2rem 4rem;
  color: #fff;
  max-width: 100%;
  margin: 0;
  bottom: 0;
  background-color: #4298D3;
}
.cta-block .wrapper {
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cta-block .wrapper {
    flex-direction: column;
  }
}
.cta-block .wrapper h2 {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  max-width: 50%;
}
@media (max-width: 992px) {
  .cta-block .wrapper h2 {
    max-width: 100%;
  }
}
.cta-block .wrapper .btn {
  background-color: #fff;
  border-color: #fff;
  color: #002366;
}
.cta-block .wrapper .btn:hover {
  color: #4298D3;
}
.cta-block .bg {
  z-index: 0;
  mix-blend-mode: hard-light;
}
.cta-block:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #4298d3, rgba(66, 152, 211, 0.2));
  z-index: 1;
  content: "";
}/*# sourceMappingURL=style.css.map */