.ss-area {
  background: url("https://www.oqpmax.com//global-images/backgrounds/ia-SS-bg.webp") no-repeat !important;
}

.banner-testimonial, .hero, .hero-post, .introducing, .infographic, .benefits, .maximize, .testimonials, .quality-promise, .dr-formulated, .save-over, .ss-area, #ss {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 30px 0;
}
.banner-testimonial p, .hero p, .hero-post p, .introducing p, .infographic p, .benefits p, .maximize p, .testimonials p, .quality-promise p, .dr-formulated p, .save-over p, .ss-area p, #ss p, .banner-testimonial ul, .hero ul, .hero-post ul, .introducing ul, .infographic ul, .benefits ul, .maximize ul, .testimonials ul, .quality-promise ul, .dr-formulated ul, .save-over ul, .ss-area ul, #ss ul {
  font-size: 20px;
}
.hero-post .survey-1, .introducing .survey-1, .benefits .survey-1, .maximize .survey-1, .testimonials .survey-1, .quality-promise .survey-1, .dr-formulated .survey-1, .save-over .survey-1 {
  display: contents;
}
.hero-post .survey-1 button, .introducing .survey-1 button, .benefits .survey-1 button, .maximize .survey-1 button, .testimonials .survey-1 button, .quality-promise .survey-1 button, .dr-formulated .survey-1 button, .save-over .survey-1 button {
  max-width: 360px;
  width: 100%;
  padding: 12px 30px;
  margin: 20px auto 4px;
}
.sub-title {
  color: #1f4093;
  font-family: 'Source Sans Pro', sans-serif;
}
s, strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* don't wrap to multiple lines */
}
s:after, strike:after {
  content: "";
  position: absolute;
  /* required property */
  bottom: 0;
  left: 0;
  border-top: 2px solid red;
  height: 45%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% - 1px);
  /* 1px = half the line thickness */
  width: 100%;
}
.banner-testimonial {
  padding: 0px 10px 10px;
  background-color: #f1f1f1;
  color: #dc0010;
}
.banner-testimonial.red {
  background-color: #dc0010;
  color: #fff;
}