/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    /* Remove box shadow from homepage columns on mobile */
    .box {
        box-shadow: none;
    }
}
