/* STYLES FOR SIMPLE TESTIMONIAL */
.st {
  margin: 0 !important;
  max-width: unset !important;
  width: 100%;
  padding: 87px 0 72px 0;
}
.stContainer {
  border: 2px solid #fff;
  width: 66.7%;
  padding: 54px;
  position: relative;
  margin: 0 auto !important;
  max-width: unset !important;
  text-align: center;
}
.stContainer .quote-img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.stContainer p {
  margin: 0 !important;
}
.stContainer .singleQuote {
  margin-bottom: 25px !important;
  color: #fff !important;
}
.stContainer .singleQuote p,
.stContainer .singleQuote h2,
.stContainer .singleQuote h3,
.stContainer .singleQuote h4,
.stContainer .singleQuote,
.stContainer .singleQuote h5,
.stContainer .singleQuote h6,
.stContainer .singleQuote ol,
.stContainer .singleQuote ul {
  color: #fff !important;
}
.stContainer .singleQuote ol,
.stContainer .singleQuote ul {
  padding-left: 20px !important;
}
@media only screen and (max-width: 1000px) {
  .stContainer {
    width: 97%;
    padding: 54px 17px;
  }
}