.footer-container {
    position: relative;
    bottom: 0;
    height: 100%;
    background: linear-gradient(356.73deg, #1B2D51 -20.31%, #04518C 143.1%);

}

.border-top-white {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: clamp(1px, 4.167vw, 160px);
}

.footer-logo {
    width: clamp(1px, 5.99vw, 230px);
    height: auto;
}

/* MOBILE VIEW */
@media (max-width:767px) {
    .footer-container {
        height: 100%;
    }

    .border-top-white {
        height: clamp(1px, 15.117vw, 130px);
    }

    .footer-logo {
        width: auto;
        height: clamp(1px, 41.83vw, 314px);
    }

    .f-m .fs-20 {
        font-size: clamp(1px, 4.65116vw, 40px) !important;
    }
}