body .simple-banner .simple-banner-button {
    color: white;
}

@media (max-width: 1024px) {
    body .mobile-link:before {
        content: none;
    }
    body .simple-banner .simple-banner-button {
        color: white;
    }
    body:has(>.simple-banner:first-child) .jet-mobile-menu__container {
        top: 40px;
    }
    body .elementor-sticky {
        z-index: 9;
    }
}