@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;
    }

    .links-header-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 4.5rem;
    }

    #sangath-landing-template-home-section-1,
    .mobile-height-banner img,
    .mobile-height-banner {
        min-height: 100dvh;
        max-height: 100dvh;
        height: 100dvh;
    }

    .link-header-wrapper {
        padding: 2rem 0.25rem;
        display: block;
        text-align: center;
        font-size: 1.15rem;
        font-family: var(--medium-font-family);
        height: 100%;
        display: block;
        place-items: center;
    }

    .link-header-wrapper:nth-of-type(2) {
        display: block !important;
    }

    .small-font-size {
        font-size: 0.95rem !important;
    }
}

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

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

    .header_wrapper > div > .relative{
        right: -10%;
    }
}

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

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