.sepal-heading {
    --sepal-yellow: #fecb37;
}

.sepal-heading__label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sepal-yellow);
}

.sepal-heading__label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: currentColor;
    flex: 0 0 auto;
}

.sepal-heading__title {
    margin: 0;
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
}

.sepal-heading__title em {
    font-style: italic;
    color: var(--sepal-yellow);
}
