@media only screen and (max-width: 1680px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 11px;
    }

}

@media only screen and (max-width: 991px) {
    .visible-tab-mobile {
        display: block !important;
    }

    .hide-tab-mobile {
        display: none !important;
    }

    .center-lnding-card {
        width: 80vw;
        padding: 3rem 1.5rem;
    }

    .banner-title br {
        display: none !important;
    }

    .section-paragraph p,
    .section-paragraph p span {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .mappin {
        width: 1.5rem;
    }


    .banner-title h1,
    .banner-title h1 span,
    .banner-title h2,
    .banner-title h2 span {
        font-size: 2.5rem;
        font-family: var(--bold-font-family);
    }

    .flex-row-top-logos {
        width: 75%;
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .cross-logo {
        width: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .visible-mobile-only {
        display: block !important;
    }

    .hide-mobile-only {
        display: none !important;
    }

    .center-lnding-card {
        width: 90vw;
        padding: 3rem 1.5rem;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 325px) {}