.service-list {
  margin-bottom: 2rem;
}

.service-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-list-item {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 900px) {
  .service-list-item {
    width: 32%;
    padding: 1rem;
  }
}

.service-list-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.service-list-item__title h2 {
  color: #507A58;
  font-size: 24px;
  margin-right: 1rem;
}

@media (min-width: 600px) {
  .service-list-item__title h2 {
    font-size: 30px;
  }
}

.service-list-item__title hr {
  flex: 1;
  border-color: #B9B9B9;
  border-style: dotted;
}

.service-list-item__container {
  display: flex;
  flex-wrap: wrap;
}

.service-list-item__count {
  flex-basis: 70px;
  margin-right: 1rem;
}

.service-list-item__count p {
  color: #B9B9B9;
  font-size: 68px;
  font-family: utopia-std-display, serif;
}

.service-list-item__description {
  flex: 1;
}

.service-list-item__button {
  margin-top: 1rem;
  display: inline-block;
  padding: .75rem 1rem;
  border-radius: 20px;
  background-color: #B3AA7F;
  color: white;
  text-transform: uppercase;
}
