/* Force icon sizes to match desktop on all devices */
@media (max-width: 1024px), (max-width: 768px), (max-width: 480px), (max-width: 360px) {
  .card-icon,
  .service-card .card-icon {
    font-size: 80px !important;
    margin-bottom: 40px !important;
    width: 80px !important;
    height: 80px !important;
  }
  .application-image i {
    font-size: 60px !important;
    width: 100px !important;
    height: 100px !important;
  }
}
