.image-with-text-overlay .rich-text__subheading,
.image-with-text-overlay .rich-text__text {
  font-family: var(--font-proxima-nova);
}

.image-with-text-overlay .rich-text__text--custom-width {
  max-width: var(--text-block-max-width, 100%);
}

.image-with-text-ovelay__content-wrapper .rich-text__text {
  margin-top: 10px;
}

.image-with-text-overlay .block.button-wrapper{
    margin-top: 26px;
    font-size:var(--fs-btn-m);
}

@media (max-width: 767px) {
  .image-with-text-ovelay__content-wrapper .rich-text__text {
    margin-top: 4px;
  }
  .image-with-text-overlay .block.button-wrapper{
    margin-top: 24px;
    font-size:var(--fs-btn-s);
}
}