@media screen and (max-width: 1024px) {
  .quote-block__wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .quote-block__wrapper {
    align-items: end;
    margin-bottom: 120px;
  }
}
.quote-block__img-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .quote-block__img-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .quote-block__img-wrapper {
    max-width: 653px;
  }
}
@media screen and (min-width: 1600px) {
  .quote-block__img-wrapper {
    max-width: 796px;
  }
}
.quote-block__img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1599px) {
  .quote-block__quote {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .quote-block__quote {
    margin-bottom: 30px;
  }
}
.quote-block__author, .quote-block__title {
  font-size: 14px;
}
.quote-block__author:after {
  content: "|";
  margin: 0 10px;
  color: #a92200;
  font-size: 14px;
  font-weight: 700;
}

/*# sourceMappingURL=quote-with-img.css.map */
