section.work-together {
  padding: 40px 0;
  background-color: #EDC8E7;
}

section.work-together .container {
  max-width: 1040px;
}

.work-together__button, .work-together__heading {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 34.375em) {
  .work-together__heading {
    justify-content: flex-start;
  }
  .work-together__button {
    justify-content: flex-end;
  }
}

.what-we-do__text {
  max-width: 620px;
  margin: 0 auto;
  padding: 1em;
  font-size: 1.125rem;
}

.what-we-do__text > * + * {
  margin-top: 1.25em;
}

section.testimonials {
  padding: 60px 0;
  background-color: #5492FF;
  color: #FFF;
}

.testimonials__item {
  max-width: 800px;
  margin: 0 auto;
}

.testimonials__item blockquote {
  text-align: center;
}

.testimonials__item blockquote p {
  font-size: 1.333rem;
}

.testimonials__item blockquote cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
}
