﻿.services-list {
  margin-bottom: 5.625rem;
  position: relative;
  z-index: 8;
}
.services-list .row {
  row-gap: 15px;
}
@media (min-width: 992px) {
  .services-list .row > .col-lg-2 {
    flex: 0 0 20.666667%;
    max-width: 19.666667%;
  }
}
.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;
  max-width: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.services-list-item-image > img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 1024px) {
  .services-list-item-image {
    max-width: none;
  }
}
.services-list-item h6 {
  padding: 0;
  color: #0D0D0D;
  text-align: left;
  letter-spacing: 0.16px;
}
.services-list-item h6 ~ p {
  padding: 0;
  color: #4D4D4D;
  text-align: left;
  font-size: 14px;
}
.services-list-item h6 ~ a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.services-list-item:hover {
  border-color: #1A1A1A;
}
@media (min-width: 1024px) {
  .services-list-item:hover {
    justify-content: center;
  }
}
.services-list-item:hover h6 {
  color: #D2232A;
}
