.people-card img {
    border-radius: 0.75rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.people-card {
    margin-bottom: 1.25rem;
}

.people-lists-lt-advisor,
.people-lists-lt-director {
    margin-bottom: 0.75rem;
}

.people-card-info {
    margin-top: 1rem;
}

.people-card-info h6 {
    margin-bottom: 0.25rem;
}

.people-card-info p {
    font-size: 0.75rem;
}

.people-lists {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

@media (max-width: 992px) {
    .people-lists {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}