.committee-item-image img {
    width: 200px;
}

.committee-item {
    display: flex;
    gap: 50px;
    margin: 60px auto;
}

.committee-title {
    border-bottom: 1px solid;
    padding-bottom: 12px;
}

.committee-text h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.committee-text p {
    line-height: 1.7;
    letter-spacing: 0.05rem;
}
