.decorative-header .heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
}

.decorative-header .heading-wrapper .pre-heading {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--red-color);
    margin: 0;
}

.decorative-header .heading-wrapper .heading {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: var(--navy-color);
    margin: 0;
}