.quote__content {
  padding: 40px;
  border-radius: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.quote__content.dark {
  background: #0d499c;
}
.quote__content.dark p {
  color: rgba(255, 255, 255, 0.7);
}
.quote__content.dark strong {
  color: rgba(255, 255, 255, 0.7);
}
.quote__content.light {
  background: rgba(137, 141, 144, 0.1);
}
.quote__content.light p {
  color: #0d499c;
}
.quote__content.light strong {
  color: #0d499c;
}
.quote__content strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
}

@media (max-width: 1024px) {
  .quote__content {
    padding: 24px 18px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #0D499C;
  }
}/*# sourceMappingURL=style.css.map */