.studytools-social-proof-bg {
  background: #f1f3fc;
  width: 100%;
  padding: 50px 0;
}

.studytools-social-proof-box {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 38px 36px 28px 36px;
  text-align: left;
  box-shadow: 0 2px 8px 0 rgba(30,42,98,0.07);
}

.studytools-social-proof-quote {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  /* margin: 0 0 26px 0; */
  color: #151740;
  line-height: 2.7rem;
  max-width: 80%;
  margin: 0rem auto;
}

.studytools-social-proof-quote span {
  font-weight: 400;
  font-size: 2rem;
}

/* .studytools-social-proof-text {
  font-size: 1.1rem;
  color: #222;
  font-style: italic;
  margin-bottom: 26px;
  text-align: left;
} */

.studytools-social-proof-source {
  font-size: 1rem;
  color: #151740;
  font-weight: 700;
  text-align: right;
  margin-top: 12px;
}

/* Responsivo */
@media (max-width: 768px) {
  .studytools-social-proof-box {
    padding: 22px 10px 18px 10px;
  }
  .studytools-social-proof-quote {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
