/* Keep service names clear of the overlapping number badges. */
.services-showcase .service-card {
  padding-top: 276px !important;
}

.services-showcase .service-card h3,
#services .service-card h3 {
  display: block !important;
  margin: 0 0 12px !important;
  color: #172127 !important;
  font-size: 1.12rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.015em !important;
  text-align: left !important;
}

#services .service-card {
  padding-top: 238px !important;
}

@media (max-width: 900px) {
  .services-showcase .service-card {
    padding-top: 250px !important;
  }
}

@media (max-width: 580px) {
  .services-showcase .service-card {
    padding-top: 244px !important;
  }

  #services .service-card {
    padding-top: 224px !important;
  }

  .services-showcase .service-card h3,
  #services .service-card h3 {
    font-size: 1.08rem !important;
    line-height: 1.4 !important;
  }
}
