
.pre-heading {
    font-family: var(--font-body, 'Outfit', sans-serif);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    text-transform: uppercase;
    color: var(--colour-pre-heading, var(--colour-teal-mid));
    margin: 0 0 -20px 0;
    display: block;
}


.pb-section.bg-teal-dark .pre-heading,
.pb-section.bg-teal-mid .pre-heading,
.pb-section.bg-aqua .pre-heading,
.pb-section.text-white .pre-heading {
    color: rgba(247, 248, 250, 0.7);
}
