/* Testimonial */
.sugarbowl{
  display: none;
}
#system_body {
  padding-top: 2rem;
}
.content_body {
  padding: 1rem 0;
}
.entire-width-yes .content_body {
  max-width: 100%;
  padding: 0;
}
.testimonial-quote{
  margin-bottom: 2rem;
  border-bottom: 2px solid #9F001F;
}
.testimonial-quote:last-of-type{
  margin-bottom: 4rem;
}
.testimonial-description {
  position:relative;
  padding: 8.5rem 1rem 2.5rem;
  margin: 0 auto;
}
.testimonial-description:before {
  height: 70px;
  width: 70px;
  content:"";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/icons/fa-solid/quote-left-italic/main');
}
.testimonial-form legend.h3,
.testimonial-form p {
  text-align: center;
}
.testimonial-form p {
  padding-bottom: 2rem;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
  border-radius: 0;
}
.testimonial-form legend.h3,
.testimonial-form p {
  text-align: center;
}
.testimonial-form p {
  padding-bottom: 2rem;
}