.aoyea-component-section-heading {
  position: relative;
  width: min(747px, 100%);
  height: 133px;
  margin: 0 auto;
  text-align: center;
}

.aoyea-component-section-heading .aoyea-section-heading-ghost {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translateX(-50%);
  color: #202020;
  font-family: var(--aoyea-font-display);
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

.aoyea-component-section-heading .aoyea-section-heading-label {
  position: absolute;
  top: 3px;
  left: 50%;
  min-width: 230px;
  height: 45px;
  margin: 0;
  padding: 10px 20px;
  transform: translateX(-50%);
  border: 1.5px solid var(--aoyea-color-border);
  font-family: var(--aoyea-font-ui);
  font-size: 18px;
  line-height: 23px;
  white-space: nowrap;
}

.aoyea-component-section-heading .aoyea-section-heading-label::before {
  position: absolute;
  top: -4px;
  left: -7px;
  width: 13px;
  height: 7px;
  background: var(--aoyea-color-brand);
  box-shadow: 0 44px var(--aoyea-color-brand);
  content: "";
}

.aoyea-component-section-heading .aoyea-section-heading-label::after {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 13px;
  height: 7px;
  background: var(--aoyea-color-brand);
  box-shadow: 0 44px var(--aoyea-color-brand);
  content: "";
}

.aoyea-component-section-heading .aoyea-section-heading-title {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translateX(-50%);
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

@media (max-width: 600px) {
  .aoyea-component-section-heading {
    height: 116px;
  }

  .aoyea-component-section-heading .aoyea-section-heading-ghost {
    top: 31px;
    font-size: 50px;
    line-height: 60px;
  }

  .aoyea-component-section-heading .aoyea-section-heading-label {
    min-width: 205px;
    height: 41px;
    padding: 8px 14px;
    font-size: 15px;
  }

  .aoyea-component-section-heading .aoyea-section-heading-label::before,
  .aoyea-component-section-heading .aoyea-section-heading-label::after {
    box-shadow: 0 40px var(--aoyea-color-brand);
  }

  .aoyea-component-section-heading .aoyea-section-heading-title {
    top: 69px;
    font-size: 37px;
    line-height: 44px;
  }
}
