.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;
}

.content .bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #335470;
  color: #e5f0f2;
  text-align: center;
  font-size: 22px;
}
.content .bar a {
  font-size: 30px;
  margin: 20px;
}
.content .services {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  padding: 100px !important;
  align-items: center;
  justify-content: center;
  background: #e5f0f2;
}
.content .services .service-block {
  display: grid;
  grid-template-columns: 3fr 4fr;
  margin: 80px 0;
  max-width: 1500px;
  justify-self: center;
  grid-row-gap: 25px;
  grid-column-gap: 50px;
}
.content .services .service-block .service-content {
  align-self: center;
}
.content .services .service-block.hero-service-block {
  grid-template-columns: 1fr;
  margin-top: 0;
}
.content .services .service-block.hero-service-block img {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 40px;
}
.content .services .service-block.hero-service-block .title {
  grid-row: 2;
}
.content .services .service-block.hero-service-block .service-content {
  grid-row: 3;
}
.content .services .service-block:nth-child(even) {
  grid-template-columns: 4fr 3fr;
}
.content .services .service-block:nth-child(even) .service-content {
  grid-column: 2;
}
.content .services .service-block:nth-child(even) img {
  grid-column: 1;
}
.content .services .service-block .title {
  grid-column: 1/3;
  align-self: end;
}
.content .services .service-block .title h2 {
  font-family: Baskerville, serif;
  text-align: center;
  justify-self: center;
  margin: 0;
  color: #335470;
  text-transform: uppercase;
  font-size: 30px;
}
.content .services .service-block .title > p {
  font-size: 25px;
  text-align: center;
  color: #335470;
  margin: 10px 0 0;
}
.content .services .service-block img {
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  justify-self: stretch;
  object-fit: contain;
}
.content .services .service-block .description {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 25px;
  text-align: left;
}
.content .services .service-block .description p:first-of-type {
  margin-top: 0;
}
.content .services .service-block .description p:last-of-type {
  margin-bottom: 0;
}
.content .services .service-block .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #335470;
  font-size: 25px;
  font-family: Baskerville, serif;
  justify-self: center;
  margin-bottom: 0;
  text-align: center;
}
.content .services .service-block .price > span {
  text-align: center;
}
.content .services .service-block .price .buttons {
  display: flex;
  flex-direction: row;
}
.content .services .service-block .price .button {
  margin: 20px 10px 0;
  background: #335470;
  border: none;
}
.content .services > h3 {
  text-align: center;
  font-size: 2.6em;
  margin: 0;
  color: #335470;
  font-family: "Benedict", serif;
  font-weight: normal;
  letter-spacing: 2px;
}
@media (max-width: 700px) {
  .content .services {
    padding: 12.5px !important;
  }
  .content .services .service-block {
    max-width: unset;
    grid-template-columns: 1fr !important;
  }
  .content .services .service-block .title, .content .services .service-block .service-content {
    grid-column: 1 !important;
  }
  .content .services .service-block img {
    grid-column: 1;
    grid-row: 3;
    margin-top: 25px;
  }
}

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