.elementor-widget-delita-section-heading { width: 100%; }

.dl-sh {
  --dlsh-eyebrow-color: #8a8272;
  --dlsh-title-color: #333333;
  --dlsh-eyebrow-gap: 16px;
  --dlsh-title-gap: 0px;
  --dlsh-width: 100%;
  --dlsh-align: center;

  box-sizing: border-box;
  width: 100%;
  text-align: var(--dlsh-align);
}

.dl-sh *,
.dl-sh *::before,
.dl-sh *::after { box-sizing: border-box; }

.dl-sh__inner {
  max-width: var(--dlsh-width);
  margin-right: auto;
  margin-left: auto;
}

.dl-sh--left .dl-sh__inner { margin-left: 0; }
.dl-sh--right .dl-sh__inner { margin-right: 0; }

.dl-sh__eyebrow {
  margin: 0 0 var(--dlsh-eyebrow-gap);
  color: var(--dlsh-eyebrow-color);
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.dl-sh__title {
  margin: 0 0 var(--dlsh-title-gap);
  color: var(--dlsh-title-color);
  font-family: 'Tomato Grotesk', Karla, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: .005em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.dl-sh__sub {
  margin: 16px 0 0;
  color: var(--dlsh-eyebrow-color);
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .dl-sh { --dlsh-eyebrow-gap: 14px; }
  .elementor-widget-delita-section-heading .dl-sh,
  .elementor-widget-delita-section-heading .dl-sh__inner,
  .elementor-widget-delita-section-heading .dl-sh__title {
    height: auto !important;
    min-height: 0 !important;
  }

  .elementor-widget-delita-section-heading .dl-sh__title {
    font-size: 34px;
    line-height: 1.18 !important;
  }
  .dl-sh__sub { font-size: 15px; }
}

@media (max-width: 767px) {
  .dl-sh { --dlsh-eyebrow-gap: 12px; }
  .dl-sh__eyebrow { font-size: 11px; letter-spacing: .2em; }
  .dl-sh__title { font-size: 27px; }
  .dl-sh__sub { font-size: 15px; margin-top: 12px; }
}

@media (max-width: 359px) {
  .dl-sh__title { font-size: 24px; }
}
