/**
 * Utility Classes & Responsive
 */

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .service-card {
    margin-bottom: 20px;
  }

  nav ul {
    gap: 15px;
  }
}
