.services-index {
  margin-bottom: 2rem;
}

.services-index__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 600px) {
  .services-index__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.services-index__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-top: 1px dotted #D5D5D5;
}

.services-index__image {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .services-index__image {
    width: 38%;
    order: 1;
  }
}

.services-index__image img {
  position: relative;
  z-index: 1;
}

.services-index__count {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #FAFAFA;
  color: #9B9B9B;
  font-size: 48px;
  font-family: itc-giovanni, serif;
  padding: 1rem;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
}

.services-index__header {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .services-index__header {
    width: 38%;
    order: 3;
  }
}

.services-index__header h2 {
  color: #0060A6;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .services-index__header h2 {
    font-size: 28px;
  }
}

.services-index__statistics {
  width: 100%;
  order: 2;
  align-self: flex-end;
}

@media (min-width: 600px) and (max-width: 899px) {
  .services-index__statistics {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

@media (min-width: 900px) {
  .services-index__statistics {
    width: 18%;
    order: 2;
  }
}

.services-index__statistics article {
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px dotted #D5D5D5;
}

@media (min-width: 600px) and (max-width: 899px) {
  .services-index__statistics article {
    width: 45%;
  }
}

.services-index__statistics h3 {
  color: #9B9B9B;
  font-size: 32px;
  font-weight: bold;
}

.services-index__statistics p {
  color: #9B9B9B;
  font-size: 15px;
  font-family: itc-giovanni, serif;
  font-style: italic;
}