/* Über-uns-Teaser – Variante C */

.wf-teaser--c .wf-placeholder-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.wf-teaser--c .wf-teaser__intro-col {
  padding-right: var(--wf-space-lg);
}

@media (max-width: 768px) {
  .wf-teaser--c .wf-teaser__intro-col {
    padding-right: 0;
  }
}
