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

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

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

.services-list__content {
  width: 100%;
}

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

.services-list__testimonials {
}

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

@media (min-width: 600px) and (max-width: 899px) {
  .services-list__testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.services-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-list__title h2 {
  color: #0060A6;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .services-list__title h2 {
    font-size: 36px;
  }
}

.services-list__title p {
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-list__action .button {
  display: inline-block;
  background-color: #0060A6;
  color: white;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: .75rem 1rem;
}

.services-list__description {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-top: 1px dotted #B9B9B9;
  border-bottom: 1px dotted #B9B9B9;
}

.services-list__description p {
  max-width: 550px;
  font-size: 17px;
}

.services-list__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-list__item {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

@media (max-width: 599px) {
  .services-list__item {
    padding-bottom: 2rem;
    border-bottom: 1px dotted #D5D5D5;
  }
}

@media (min-width: 600px) {
  .services-list__item {
    width: 48%;
  }
}

.services-list__item figure {
  width: 70px;
}

.services-list__item section {
  flex: 1;
  margin-left: 1rem;
}

.services-list__item h3 {
  color: #343434;
  font-size: 17px;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.services-list__item hr {
  width: 40px;
  border-color: #D5D5D5;
  border-width: 3px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

@media (max-width: 599px) {
  .services-list__quote {
    padding-bottom: 2rem;
    border-bottom: 1px dotted #D5D5D5;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .services-list__quote {
    width: 48%;
  }
}

.services-list__quote header {
  padding: 1rem;
  background-color: #EFF8FF;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
}

.services-list__quote header p {
  font-family: itc-giovanni, serif;
  font-style: italic;
}

.services-list__quote footer {
  margin-top: 1rem;
  margin-left: 1rem;
}

.services-list__testimonials-action {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.services-list__testimonials-action .button {
  display: inline-block;
  border: 1px solid #0060A6;
  color: #0060A6;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: .75rem 1rem;
}