.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--testimonials .testimonial {
  border: 2px solid #AB9967;
  font-family: "Oxygen", sans-serif;
  padding: 3rem 3rem 3rem 2.3125rem;
}
.block--testimonials .testimonial .wysiwyg {
  font-size: 1.25rem;
  color: #000;
}
.block--testimonials .testimonial .attribution {
  font-style: italic;
  color: #1C3649;
}
.block--testimonials .testimonial .attribution span {
  height: 0.125rem;
  width: 1.25rem;
  background-color: #004892;
  opacity: 0.3;
  margin-top: 0.8125rem;
}
