.section-heading-block {
    padding: 0;
}

.section-heading-block .section-header {
    margin-bottom: 52px;
}

.section-heading-block .section-header.text-center {
    text-align: center;
}

.section-heading-block .section-header .label {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--preset--color--gold, #c9a84c);
    margin-bottom: 12px;
}

.section-heading-block .section-header h2 {
    margin-bottom: 0 !important;
    margin-top: 12px;
}

.section-heading-block .section-header .section-intro {
    font-size: 1.05rem;
    max-width: 640px;
    margin-bottom: 0;
}

.section-heading-block .section-header.text-center .section-intro {
    margin-left: auto;
    margin-right: auto;
}

.section-heading-block .section-header .btn {
    margin-top: 28px;
}

/* When a background colour is set the block adds padding via inline style,
   so the container needs no extra top/bottom spacing */
.section-heading-block[style*="background"] .section-header {
    margin-bottom: 0;
}
