.cta-banner-component .text-bg-light {
  border-radius: 1.25rem;
}

.cta-banner-container {
  padding: 1.25rem;
}

.cta-banner-container .cta-banner-text {
  flex: 1;
}

.cta-banner-text h4 {
  font-size: 1.5rem;
}

.cta-banner-text p {
  font-size: 1.25rem;
}

.cta-banner-text p:last-child {
  margin-bottom: 0;
}

.text-bg-light .cta-banner-text p {
  font-weight: 400;
}

@media (min-width: 992px) {
  .cta-banner-container {
    padding: 2.5rem;
  }

  .cta-banner-text h4 {
    font-size: 1.875rem;
  }
}

@media (max-width:991px) {

  /* Reset margins on mobile */
  .cta-banner-component[class*="mt-"] {
    margin-top: auto !important;
  }

  .cta-banner-component[class*="mb-"] {
    margin-bottom: auto !important;
  }
}
