@media (max-width: 1024px) {
    .desktop-header-icon {
        display: none !important;
    }

    .header-content {
        width: 100%;
    }
}