@media screen and (max-width: 1280px) {
.is-support-new-experience #navbar-left #solutions {
    display: none;
}
}
@media screen and (max-width: 1060px) {
.is-support-new-experience #navbar-left #products {
    display: none;
}
}