.service-card {
  height: 100%;
  min-height: 350px; /* Adjust as needed for your design */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem; /* Add space below each card */
}

.col-lg-4.col-md-6 {
  margin-bottom: 2rem !important;
}

.service-card .service-icon {
  margin-bottom: 1rem;
}

.service-card h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.service-card ul {
  flex: 1 1 auto;
  margin-bottom: 0.5rem;
}

.service-card .btn,
.service-card .btn-link {
  margin-top: auto;
}

/* Make all cards in a row have the same height */
.row .service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
