/* Tablet Styles (min-width: 577px) and (max-width: 992px) */
@media (min-width: 992px) and (max-width: 1199px) {
    footer .gap-2rem{
        gap: 1rem;
    }

    .container{
        max-width: 976px !important;
    }

    img.lang-switch-img{
        height: 16px;
    }

    #languageDropdown{
        transform: translateY(-5px);
    }
    footer img.footer-logo {
        height: 40px;
        margin-bottom: 1rem;
    }
    /* .nav-link{
        font-size: 13px !important;
    } */
    .login-section > .container > div, .privacy-text {
        width: 86%;
        background: white;
        margin-left: 7%;
    }
    .company-info{
        padding: 2rem 1rem;
    }
    .info-card, .info-card p{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .opportunity-blue-box{
        padding: 1rem !important;
    }
    .copyright-block{
        font-size: 14px !important;
    }
    .vm-content p {
        color: white;
        margin: 0;
        font-size: 1rem;
        line-height: 1.6;
        font-size: 22px;
        font-family: 'Guardian Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #what-we-do img{
        height: 100% !important;
    }
}
