/**
 * Media Queries
 */
/**
  * Standard Colors
  */
/**
 * Font Families
 */
.block.testimonials {
  color: #000000;
}
.block.testimonials.patrons-quote {
  background: #F3EDF7;
  padding: 1rem 2rem;
}
.block.testimonials.patrons-quote .testimonial {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1170px) {
  .block.testimonials.patrons-quote .testimonial {
    padding: 25px;
  }
}
.block.testimonials.patrons-quote .testimonial .title-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1 0 30%;
  align-items: center;
}
@media only screen and (min-width: 1170px) {
  .block.testimonials.patrons-quote .testimonial .title-content {
    flex: 1 0 35%;
  }
}
@media only screen and (max-width: 782px) {
  .block.testimonials.patrons-quote .testimonial .title-content {
    flex: 1 0 100%;
  }
}
.block.testimonials.patrons-quote .testimonial .title-content .icon-container {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left {
  border-radius: 50%;
  border: 2px solid #fdb913;
  height: 50px;
  width: 50px;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (max-width: 782px) {
  .block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left {
    height: 75px;
    width: 75px;
  }
}
.block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left p {
  font-size: 4rem;
  margin: 0;
  line-height: 3rem;
  font-family: "Adobe Calson Pro";
  font-weight: bold;
  margin-top: 0.5rem;
  color: #682b8d;
}
@media only screen and (min-width: 1170px) {
  .block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left p {
    line-height: 5rem;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 782px) {
  .block.testimonials.patrons-quote .testimonial .title-content .icon-container .quote-left p {
    line-height: 5rem;
    font-size: 6rem;
  }
}
.block.testimonials.patrons-quote .testimonial .title-content .title {
  flex: 0 0 75%;
  padding-left: 1rem;
}
.block.testimonials.patrons-quote .testimonial .title-content .title h3 {
  color: #682b8d;
  font-size: 1.5rem;
  margin: 0;
  font-family: adobe-caslon-pro, serif;
}
.block.testimonials.patrons-quote .testimonial .text-container {
  flex: 1 0 60%;
  padding-left: 25px;
}
@media only screen and (min-width: 1170px) {
  .block.testimonials.patrons-quote .testimonial .text-container {
    flex: 1 0 65%;
  }
}
@media only screen and (max-width: 782px) {
  .block.testimonials.patrons-quote .testimonial .text-container {
    flex: 1 0 100%;
  }
}
