.testimonialsSection {
  background: #E9E9E9;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, rgba(249, 249, 249, 0.5) 100%); }
  .testimonialsSection-wrap {
    padding: 86px 50px 104px 50px; }
  .testimonialsSection-image img {
    height: 94px; }
  .testimonialsSection-testimonial, .testimonialsSection-image, .testimonialsSection-description {
    display: inline-block;
    vertical-align: top; }
  .testimonialsSection-testimonial {
    width: 45%; }
  .testimonialsSection-testimonial:first-child {
    margin-right: 70px; }
  .testimonialsSection-description {
    padding: 0 20px; }
  .testimonialsSection-text {
    max-width: 280px;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #666666;
    line-height: 30px; }
  .testimonialsSection-name {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    line-height: 19px; }
  .testimonialsSection-name > a {
    color: #40A4F4; }

@media only screen and (min-width: 769px) and (max-width: 1035px) {
  .testimonialsSection-testimonial {
    width: 50%; }
  .testimonialsSection-testimonial:first-child {
    margin-right: 0; }
  .testimonialsSection-image, .testimonialsSection-image > img {
    display: block;
    margin: 0 auto; }
  .testimonialsSection-text {
    margin-top: 25px;
    padding: 0; }
  .testimonialsSection-text, .testimonialsSection-name {
    max-width: initial;
    text-align: center; } }
@media only screen and (max-width: 768px) {
  .testimonialsSection-wrap {
    padding: 86px 30px 104px 30px; }
  .testimonialsSection-testimonial, .testimonialsSection-image, .testimonialsSection-description, .testimonialsSection-image > img {
    display: block;
    margin: 0 auto; }
  .testimonialsSection-testimonial {
    width: 100%; }
  .testimonialsSection-testimonial:first-child {
    margin-bottom: 50px; }
  .testimonialsSection-text {
    margin-top: 25px;
    padding: 0; }
  .testimonialsSection-text, .testimonialsSection-name {
    max-width: initial;
    text-align: center; } }
/*# sourceMappingURL=testimonials.css.map */