/*
* @author  Agence Dn'D <contact@dnd.fr>
* @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* @link    https://www.dnd.fr/
*/

.section-image-with-text-overlay {
  .text-overlay__title {
    margin-block-end: var(--gutter-mobile);
    font-family: var(--base-font-family);
    font-weight: var(--font-weight-700);
    text-align: center;
  }

  .text-overlay__button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gutter-mobile);
    padding-block-start: var(--gutter-mobile);
    margin-block-start: var(--gutter-lg);
    margin-inline: 0;

    .btn {
      margin: 0;
    }
  }
}
