/* Pflegebox – seitenspezifische Komponente (Pull-Quote / Zitat-Teaser) */
.pull-quote-wrap{ max-width: 760px; }
.pull-quote{ text-align: center; }
.pull-quote__icon{ margin: 0 auto 20px; }
.pull-quote__text{
  font-family: var(--font-head); font-size: 22px; font-weight: 500;
  color: var(--color-anthracite); line-height: 1.5; margin-bottom: 18px;
}

@media (max-width: 600px){
  .pull-quote__text{ font-size: 19px; }
}
