.section-hero-image-with-text-overlay{
  img{
    border-radius: 20px;
  }
  .text-overlay__text *{
    font-weight: bold;
  }
  .text-overlay__button-row{
    margin-top: 5px;
  }
}

.template-index .section-hero-image-with-text-overlay{
  padding-top: var(--theme-header-height);
}