.editor-styles-wrapper .Testimonial__container {
  padding-top: 192px;
  padding-bottom: 192px;
}
.editor-styles-wrapper .Testimonial__item {
  display: grid;
  grid-template-columns: 1fr 761px;
  grid-template-rows: auto auto auto 1fr;
}
.editor-styles-wrapper .Testimonial__item__logo {
  grid-row: 1;
  grid-column: 1;
  max-width: 85px;
  margin: 0 0 40px 0;
}
.editor-styles-wrapper .Testimonial__item__name {
  grid-row: 2;
  grid-column: 1;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 0 20px 0;
}
.editor-styles-wrapper .Testimonial__item__title {
  grid-row: 3;
  grid-column: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  margin: 0;
  padding-bottom: 70px;
}
.editor-styles-wrapper .Testimonial__item__quote {
  margin: 0;
  padding-left: 50px;
  padding-bottom: 70px;
  grid-row: 2/4;
  grid-column: 2;
  display: flex;
  font-size: 32px;
  line-height: 40px;
}
.editor-styles-wrapper .Testimonial__item__quote:before {
  margin-right: 20px;
}
.editor-styles-wrapper .Testimonial__buttons {
  margin-top: -50px;
  justify-content: flex-start;
  padding-left: calc(var(--sizes-padding) * 1);
}
/*# sourceMappingURL=style.lg.css.map */