@media (min-width: 992px) {
  .section--quote {
    padding-block: 120px;
    text-align: center;
  }
}
.section--quote .section--outer {
  padding-block: 0;
}
@media (max-width: 991.98px) {
  .section--quote {
    padding-block: 56px;
  }
}
.section--quote .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .section--quote .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) {
  .section--quote .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  .section--quote .title {
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }
}
.section--quote .footer-text {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #717786;
}
.section--quote .footer-text span {
  color: #0A152E;
}
