.testimonials {
  background: #335470;
  color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .testimonials {
    padding: 12.5px;
  }
}
.testimonials .content {
  font-size: 25px;
  text-align: center;
  width: 80vw;
}
.testimonials .content blockquote {
  line-height: 1.5;
}
.testimonials .content .by-line {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.testimonials a {
  font-size: 22px;
}

.about {
  background: #335470;
  color: #e5f0f2;
  position: relative;
}
.about > div {
  width: 80vw;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.5;
}

.bio {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bio > img {
  margin: 50px;
}
.bio p {
  max-width: 1300px;
  text-align: center;
}
.bio p a.button {
  font-size: 30px;
}

/*# sourceMappingURL=about.css.map */
