/* ===================================
   Frühe Bildung & Familie
   =================================== */

.section-content {
  background-color: #f2f2f2;
}

.two-column-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

figure {
  text-align: center;
}

figcaption {
  margin-top: 8px;
  font-size: 0.9em;
  font-style: italic;
  color: #666;
}

.quote-box {
  background-color: #444444;
  color: #ffffff;
  font-family: 'Helvetica', sans-serif;
  font-style: italic;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  text-align: justify;
  border: 2px solid #444444;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.quote-box p {
  color: #ffffff;
  margin-bottom: 5px;
  text-align: justify;
}

@media (max-width: 480px) {
  .quote-box {
    padding: 10px;
    font-size: 13px;
  }
}
