.mitarbeiter-vonmende-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}

.mitarbeiter-vonmende-teaser {
    flex: 0 0 180px;
    max-width: 180px;
    background: transparent;
    border-radius: 12px;
    padding: 12px 12px;
    text-align: center;
    margin-bottom: -20px;
}

.mitarbeiter-vonmende-image-container {
    position: relative;
    margin-bottom: 14px;
    width: 140px;
    height: 140px;
    display: inline-block;
    overflow: visible;
}

.mitarbeiter-vonmende-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.mitarbeiter-vonmende-title {
    font-family: "CamptonBold";
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: -7px;
    margin-top: 8px;
}

.mitarbeiter-vonmende-content {
    font-size: 16px;
    line-height: 1.2em;
}

@media only screen and (max-width: 600px) {
  
    .mitarbeiter-vonmende-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }
    
}