.quotebox .quotebox_wrapper {
  padding: 100px 130px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.quotebox .quotebox_wrapper .quotebox_quote, .quotebox .quotebox_wrapper .quotebox_credits {
  font: var(--h4-font);
  font-style: italic;
}
.quotebox .quotebox_wrapper .quotebox_credits {
  text-align: right;
}
.quotebox .quotebox_wrapper .quotebox_credits .quotebox_credit {
  display: block;
}
.quotebox .quotebox_wrapper .quotebox_credits .quotebox_name {
  font-weight: bold;
}
.quotebox .quotebox_wrapper p {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .quotebox .quotebox_wrapper {
    padding: 50px 70px;
  }
  .quotebox .quotebox_wrapper .quotebox_quote, .quotebox .quotebox_wrapper .quotebox_credits {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .quotebox .quotebox_wrapper {
    margin-top: 50px;
    padding: 30px 40px;
  }
  .quotebox .quotebox_wrapper .quotebox_quote, .quotebox .quotebox_wrapper .quotebox_credits {
    font-size: 14px;
    line-height: 18px;
  }
}