/* For tablets (768px to 992px wide) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Add more tablet-specific styles here */
}