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

* {
  box-sizing: border-box;
}

.block--testimonial {
  margin-bottom: 10rem;
  background-color: #504D49;
  position: relative;
  margin-top: 5rem;
  padding: 5rem 0;
}
.block--testimonial:before {
  position: absolute;
  content: url("../../../assets/images/svg-icons/quote-icon.svg");
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
.block--testimonial .testimonial {
  color: #fff;
  padding-left: 0;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.block--testimonial .name-title {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}
.block--testimonial .name-title .name {
  position: relative;
}
.block--testimonial .name-title .name:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  right: -7px;
  top: 2px;
  background: #FAAF3F;
}
