@import "../components/pagination.css";
@import "../components/google_map_marker.css";
@import "../components/offers.css";


@media only screen and (max-width: 757px) {
    .sorter {
        flex-direction: column;
    }
}

@media only screen and (max-width: 414px) {
    .sorter {
        align-items: start !important;
    }
}