.section-lp-quote-simple {
  padding: 100px 0;
  background: var(--c_neutral--50)!important;
}

@media only screen and (max-width: 768px) {
  .section-lp-quote-simple {
    padding: 48px 0;
  }
}

.lp-quote-simple-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.lp-quote-simple-quote {
  max-width: 932px;
  margin-bottom: 30px;

  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-lp-quote-simple .cs_decor_4 {
    font-size: var(--cs_decor_4_mobile_font_size);
  }
}

p.lp-quote-simple-quote.cs_decor_4 {
  letter-spacing: 1px;
}

.lp-quote-simple-logo {
  display: block;

  max-width: 100%;
  margin-bottom: 24px;
}

.lp-quote-simple-author {
  text-align: center;
}
