.team-member-50560aa8 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.team-member-50560aa8 .team-member-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: inline-block; /* Changed to inline-block to respect text-align */
}

.team-member-50560aa8 .team-member-name {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: bold;
}

.team-member-50560aa8 .team-member-job-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.team-member-50560aa8 .team-member-description {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
