.sundQuote {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
}
.sundQuote__icon {
  width: 100%;
  max-width: 62px;
  margin-bottom: -webkit-calc(1.3125rem + 0.5769230769vw);
  margin-bottom: calc(1.3125rem + 0.5769230769vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1560px) {
  .sundQuote__icon {
    margin-bottom: 1.875rem;
  }
}
.sundQuote__testimonials {
  width: 100%;
  max-width: 459px;
}
.sundQuote__quote {
  font-size: -webkit-calc(1.2625rem + 0.1153846154vw);
  font-size: calc(1.2625rem + 0.1153846154vw);
  font-weight: 500;
  color: #4C5E4E;
  line-height: 1.45;
  margin-bottom: -webkit-calc(1.33125rem + 0.75vw);
  margin-bottom: calc(1.33125rem + 0.75vw);
  padding-bottom: 0;
}
@media (min-width: 1560px) {
  .sundQuote__quote {
    font-size: 1.375rem;
  }
}
@media (min-width: 1560px) {
  .sundQuote__quote {
    margin-bottom: 2.0625rem;
  }
}
.sundQuote__name {
  font-weight: 600;
  font-size: 1.125rem;
  color: #4C5E4E;
  margin-bottom: 5px;
}
.sundQuote__role {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #9f9f9f;
}

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