.section-header {
    --line-height: 57px;
    color: #39414b;
    font-family: "Playfair Display", "Noto Serif", Georgia, serif;
    font-weight: 700;
    line-height: var(--line-height);
    font-size: 44px;
    position: relative;
    margin-bottom: 40px;
}

.text-center {
    text-align: center;
}

.section-header.header-line::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 3px;
    background-color: #a32aba;
}

.section-header.white {
    color: white !important;
    &.header-line::after {
        background-color: white !important;
    }
}

.mse-new-white-section .section-header, .mse-new-blue-wave-parallax-section .section-header, .mse-new-blue-wave-section .section-header, .mse-new-gray-wave-parallax-section .section-header, .mse-new-gray-section .section-header {
    margin-bottom: 80px;
}