﻿.services-list {
  container: service-area-list/inline-size;
  margin: 1rem 0;
}
.services-list-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.services-list-item {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  text-align: center;
  padding: 1.875rem 0.938rem;
  margin: 1rem 0;
  flex-basis: 255px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.services-list-item:hover {
  border: 1px solid #1A1A1A;
}
.services-list-icon {
  width: 95px;
  height: 95px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background-color: #F1F1F1;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.services-list-icon img {
  width: 40px;
}
.services-list-title {
  font-weight: 700;
}
.services-list-item:hover .services-list-title {
  color: #a41c1c;
}

.services-list-description {
  margin-bottom: auto;
}
.services-list-description p {
  text-align: center;
}
.services-list .btn {
  letter-spacing: 0.8px;
}
.services-list .btn:hover {
  color: #fff;
}
