main > *:not(.hero, .popup-overlay) {
    position: relative;
    z-index: 2;
    background-color: #FBFDFF;
}

a.section-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    border-radius: 24px;
    background-color: rgba(0, 21, 74, 1);
    color: rgba(255, 255, 255, 1);
    font-family: CircularXX TT, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    margin-top: 40px;
}