@media screen and (max-width: 1100px) {
    .navigation {
        margin-right: 0;
        gap: 10px 30px;
        font-size: 14px;
    }
}