@media only screen and (min-width: 768px) {
    .store-description {
        background: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header__dropdowns>div:after {
        display: none;
    }
}
