.headings-holder__above-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: var(--above-title-color);
    padding: 8px 20px;
    background: var(--above-title-bkg-color);
    display: inline-block;
    border-radius: 50px;
}

.section--main-blue .headings-holder__above-heading {
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}