
/* Target tablet devices between 768px and 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

