.service-image {
  max-height: 60px;
  padding: 8px;
}

.category {
  border-bottom: #cdd3d8;
  border-bottom-style: inset;
  border-bottom-width: 2px;
  color: #364e63;
  padding-bottom: 8px;
}

.services-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  /*max-width: 280px;*/
  max-width: 100%;
}

.service-disabled {
  filter: invert(52%) sepia(10%) saturate(18%) hue-rotate(89deg) brightness(94%) contrast(87%);
}