.services-list {
  height: 100%;
}
.services-list-grid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
  height: 100%;
  max-width: 1230px;
  margin: 30px auto;
  padding: 90px 0;
}
.container .services-list-grid {
  margin-top: 0;
}

@media (min-width: 900px) {
  .services-list-grid {
    grid-template-columns: minmax(277px, 277px) minmax(277px, 277px) minmax(277px, 277px) minmax(277px, 277px);
  }
}
@media (min-width: 992px) {
  .services-list-grid {
    gap: 30px;
  }
  .hose--assembly--kitting .services-list-grid {
    gap: 22px;
  }
}
.services-list-grid .grid-col {
  flex-basis: 222px;
}
.hose--assembly--kitting .services-list-grid .grid-col {
  flex-basis: 282px;
  max-width: 282px;
}

.services-list-grid .topic-heading {
  flex-basis: 100%;
}
.services-list-grid .topic-heading h2 {
  margin-bottom: 30px;
}
.services-list-background-img {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
.hose--assembly--kitting .services-list-background-img {
  display: none;
}

.services-list-item {
  position: relative;
  height: 100%;
  margin: auto;
  border: 2px solid #cccccc;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.services-list-item-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.services-list-item-image > img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.services-list-item .Normal h5, .services-list-item .Normal h6 {
  padding: 0;
  color: #0D0D0D;
  text-align: left;
}
.services-list-item .Normal h5 ~ p, .services-list-item .Normal h6 ~ p {
  padding: 0;
  color: #4D4D4D;
  text-align: left;
  font-size: 14px;
}
.services-list-item:hover {
  border-color: #1A1A1A;
}
.services-list-item:hover .Normal h5 {
  color: #D2232A;
}
