/* Base styles (Mobile) - Default for all */

/* Small devices (376px and up) */
@media (min-width: 376px) {
}

/* Medium devices (480px and up) */
@media (min-width: 480px) {
}

/* Tablets (641px and up) */
@media (min-width: 641px) {
}

/* Desktop (769px and up) */
@media (min-width: 769px) {
}
