.testimonial {
  position: relative;
}
.testimonial-wraper {
  background: #A31C1C 0% 0% no-repeat padding-box;
  padding: calc(1.4625rem + 5.55vw) 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1200px) {
  .testimonial-wraper {
    padding: 5.625rem 0;
  }
}
.testimonial-container {
  padding: 0 0.9375rem;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.testimonial-container .Normal p {
  color: #fff;
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .testimonial-container .Normal p {
    font-size: 1.25rem;
  }
}
.testimonial-container .Normal h4, .testimonial-container .Normal h3 {
  color: #fff;
  font-size: calc(1.075rem + 0.9vw);
}
@media (min-width: 1200px) {
  .testimonial-container .Normal h4, .testimonial-container .Normal h3 {
    font-size: 1.75rem;
  }
}
.testimonial-container .Normal h4 + p, .testimonial-container .Normal h3 + p {
  font-size: 1rem;
}
