.footer{
    height: 66px;
    padding: 0 90px;
}
.footer__links{
    gap: 25px;
}

/* Adjustments for screens up to 800px */
@media (max-width: 800px) {
    .footer{
        display: none !important;
    }
}
