.team-section {
    text-align: center;
    margin: 40px 0;
}

.team-section h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville', serif;
    color: #1f191c;
    border-bottom: 2px solid #1f191c;
    display: inline-block;
    padding-bottom: 10px;
}

.team-row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #afbbd3;
    margin-bottom: 20px;
}

.team-row img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #afbbd3;
}

.team-info {
    text-align: left;
    flex: 1;
}

.team-info h3 {
    font-size: 2.4rem;
    margin: 0 0 5px 0;
    color: #1f191c;
    font-family: 'Libre Baskerville', serif;
}

.team-info .role {
    font-size: 1.6rem;
    color: #afbbd3;
    margin: 0 0 10px 0;
    font-family: 'Libre Franklin', sans-serif;
    font-style: italic;
}

.team-info p {
    font-size: 1.4rem;
    color: #1f191c;
    font-family: 'Libre Franklin', sans-serif;
    margin: 0;
    line-height: 1.5em;
    max-width: 70%;
}
