@charset "UTF-8";
.quote .quote__wrapper .quote__text {
  padding: 0 100px;
  margin: 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .quote .quote__wrapper .quote__text {
    padding: 0 50px;
    hyphens: auto;
  }
}
@media only screen and (max-width: 576px) {
  .quote .quote__wrapper .quote__text {
    padding: 0 40px;
  }
}
.quote .quote__wrapper .quote__text p {
  font-size: 35px;
  line-height: 120%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .quote .quote__wrapper .quote__text p {
    font-size: 28px;
  }
}
.quote .quote__wrapper .quote__text:before, .quote .quote__wrapper .quote__text:after {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 80px;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .quote .quote__wrapper .quote__text:before, .quote .quote__wrapper .quote__text:after {
    font-size: 80px;
  }
}
.quote .quote__wrapper .quote__text:before {
  content: "„";
  bottom: 15px;
  left: 0;
}
.quote .quote__wrapper .quote__text:after {
  content: "“";
  top: -15px;
  right: 0;
  text-align: right;
}
.quote .quote__wrapper .quote__author {
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .quote .quote__wrapper .quote__author {
    padding: 0 50px;
  }
}