/* Textausrichtung und Farbstyling für Hauptbereiche */
section h1, section h2, section h3, section h4, section h5 {
    text-align: center;
    margin-bottom: 20px;
}

/* Styling für Icons in den Zielen */
.bi-globe,
.bi-people-fill,
.bi-award {
    color: #0c5325; /* Grün passend zu Branding */
    font-size: 2.5rem;
}

/* Führungsteam Sektion */
img.rounded-circle {
    margin-bottom: 10px;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
}
