.quote__wrapper {
  gap: 3.2rem
}
.quote blockquote::after,
.quote blockquote::before {
  font-size: 4rem;
  content: "\e92c";
  font-family: icomoon!important
}
.quote--stories blockquote::after,
.quote--stories blockquote::before {
  font-size: 2.4rem;
}
.quote blockquote::after {
  float: right;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-left: 0;
  padding-bottom: 4.8rem
}
.quote blockquote::before {
  position: absolute
}
.quote--full-width blockquote::before {
  position: absolute;
  left: 0;
  top: -5.3rem
}
.quote--equal .quote__content {
  margin-top: 5.2rem;
  padding-left: 0
}
.quote--equal blockquote {
  padding-top: var(--md-2)
}
.quote--equal blockquote::before {
  top: -1.8rem
}
.quote--equal blockquote::after {
  content: none
}
    .quote--stories blockquote::before {
    top: -16px;
  }
@media (min-width:768px) {
  .quote__image {
    width: 40%
  }
  .quote--equal .quote__content {
    width: 60%;
    margin-top: .3rem;
    padding-left: var(--md-4)
  }
  .quote--equal blockquote {
    padding-top: 0
  }
  .quote--equal blockquote::after {
    content: "\e92c"
  }
}
@media (min-width:1200px) {
  .quote blockquote::before {
    top: 0;
  }
  .quote--full-width blockquote::after {
    position: absolute;
    bottom: 8rem;
    right: 0
  }
  .quote--full-width blockquote::before {
    left: -11.3rem
  }
}