/* Responsive tweaks for the AppInterGroup website */

@media (max-width: 767.98px) {
    .navbar-brand img {
        height: 32px;
    }
    .service-card .icon {
        font-size: 2.5rem;
    }
    .project-item .overlay {
        font-size: 0.8rem;
    }
    footer .col-md-3,
    footer .col-md-4,
    footer .col-md-2 {
        margin-bottom: 20px;
    }
}
