@media screen and (min-width: 1280px) {
    #header-menu-wrapper #menu-header-main {
        column-gap: clamp(16px, 1.25vw, 24px);
    }
}
