
@media (min-width: 768px) and (max-width: 1023px) {
  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .service-card .p-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .service-card .p-6 a {
    margin-top: auto;
  }
}
