/* Simple Image CTA */
.providers-simpleCTA {
  padding: 30px;
  background-size: cover;
}

.simpleCTAHeading {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: white;
  margin-bottom: 15px;
}

.simpleCTASubheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 137.6%;
  color: white;
  margin-bottom: 20px;
}

.simpleCTAButton {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  background-color: var(--primary-one);
  padding: 10px 20px !important;
}