/* Non-critical general CSS for 1024px mobile breakpoint */

@media screen and (min-width: 1025px) {
}


@media screen and (max-width: 1024px) {
}
