.large-cta {
  margin-bottom: 100px;
}
.cta-block {
  border-radius: 16px;
  display: flex;
  padding: 100px 75px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.cta-block {
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--default-white);
}
.cta-block h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 5rem;
}
.cta-block p {
  font-size: 1.5rem;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .large-cta {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .cta-block {
    padding: 45px 30px;
  }
  .cta-block h2 {
    font-size: 1.5rem;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .cta-block p {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
