/* Add this to your CSS file or inside a <style> tag */
.footer-menu-wrapper {
    padding: 1px 0;
    margin: 0 auto 2px auto;
    max-width: 1200px;
    background: #F1F5F9;
    min-height: 150px; /* or any value you want */
}

.footer-menu {
    gap: 36px;
}

.footer-menu-link {
    font-weight: bold;
    letter-spacing: 2x;
    color: #222;
    text-decoration: none;
    font-size: 1.7rem;
    transition: color 0.2s;
}

.footer-menu-link:hover {
    color: #FAA824;
}

/* Add to your CSS file */
.footer-menu-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.footer-menu-desc {
    margin-top: 8px;
    font-size: 1.5rem;
    color: #444;
    font-weight: 600;
    text-align: center;
}