.menu-item a {
    color: rgb(22, 22, 22);
    font-family: Futura New;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}
.left-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 650px) and (max-width: 1130px) {
    .left-menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
    .menu-item a {
        font-size: 16px;
        line-height: 1.4;
        white-space: normal; 
    }
}
