/* Tighten the transition from the welcome statement into the service menu. */
.home-spectrum {
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

.home-service-catalog {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.home-service-catalog__intro {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
