.PressHomepagePraise {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 40px;
  padding-top: 40px
}

.PressHomepagePraise__quote {
  margin-bottom: 24px
}

.PressHomepagePraise__quote:before {
  content: "“";
  font-family: Ivar Text;
  font-size: 80px;
  display: block;
  margin-bottom: 0;
  line-height: .22
}

.PressHomepagePraise__quote:after {
  width: 40px;
  background: var(--color);
  opacity: .4;
  height: 1px;
  content: "";
  display: block;
  margin-top: 24px
}

.PressHomepagePraise__role {
  opacity: .7;
  padding-right: 40px
}
