.ccm-block-feature-link + .cta-image-buttons {
  background-color: #063354 !important;
}

.cta-image-buttons {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #5E5E5E;
  position: relative;
  overflow: inherit;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .cta-image-buttons {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}

.cta-image-buttons__overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .cta-image-buttons__overlay-bg {
    height: 100%;
  }
}

.cta-image-buttons__overlay-bg--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFFFFF 45%, rgba(255, 255, 255, 0.71) 50%, rgba(255, 255, 255, 0) 70%);

}
@media (min-width: 768px) {
  .cta-image-buttons__overlay-bg--inner {
    background: linear-gradient(89.98deg, rgba(255, 255, 255, 0) 41.31%, rgba(255, 255, 255, 0.71) 52.87%, #FFFFFF 96.49%);
  }
}

.cta-image-buttons__overlay-bg img {
  border-top-left-radius: 100px;
  object-fit: cover;
  width: 100%;
  height: 70%;
  object-position: left;
}
@media (min-width: 768px) {
  .cta-image-buttons__overlay-bg img {
    border-top-left-radius: 150px;
    height: 100%;
  }
}

.cta-image-buttons__container.container {
    z-index: 1;
    position: relative;
    top: 6rem;
}

@media (min-width: 768px) {
  .cta-image-buttons__container.container {
    top: 0;
  }
}

.cta-image-buttons__content {
  display: flex;
  gap: 40px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-image-buttons__content {
    gap: 80px;
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cta-image-buttons__content.cta-image-buttons__content--reverse {
    flex-direction: row-reverse;
  }
}

.cta-image-buttons__content-right {
  flex: 1;
}

.cta-image-buttons__content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 435px;
  padding: 20px;
  margin-top: 50%;
}
@media (min-width: 768px) {
  .cta-image-buttons__content-right {
    padding: 40px;
    margin-top: 0;
    justify-content: flex-end;
  }
}

.cta-image-buttons__content-right .eyebrow {
  margin-bottom: 1rem
}

.cta-image-buttons__content-heading {
  margin-bottom: 1rem;
  line-height: 50px;
  color: #0070B9;
}

.cta-image-buttons__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cta-image-buttons__buttons {
    flex-direction: row;
  }
}