.notificationText {
    font-size: 0.9rem
}

#footer {
    background-color: var(--primary) !important;
}

.scrollToTop {
    display: None;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 99;
    color: white;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 10px;
    padding: 15px;
    outline: None;
    border: None;
}

.xl\+notification {
    display: block;
}

.xl-notification {
    display: None;
}

.text-small {
    font-size: 0.8rem;
}

.why-check {
    flex-basis: 4%;
}

.why-content {
    flex-basis: 96%;
}

.footer-text {
    font-size: 0.9rem;
}

@media screen and (max-width: 573px) {

    p,
    a,
    b,
    span,
    button,
    td,
    div {
        font-size: 1.25rem;
    }

    .text-small {
        font-size: 1rem;
    }

    .notificationText {
        font-size: 1rem;
        font-weight: 500;
    }

    .xl\+notification {
        display: None;
    }

    .xl-notification {
        display: block;
    }

    .remindMe {
        display: flex;
        justify-content: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .remindText {
        text-align: center;
        width: 100%;
    }

    .why-check {
        flex-basis: 7%;
    }

    .why-content {
        flex-basis: 93%;
    }

    .footer-text {
        font-size: 1rem;
    }

    .footer-text-small {
        font-size: 0.9rem;
    }
}