.memberGrid .memberItem h3 {
    margin-top: 15px;
}
.memberList .memberItem h3 {
    margin-top: 10px;
}

.memberItem p {
    margin: 12px 0 0;
}
.memberItem .accordion-button {
    min-height: initial;
}
.memberImage {
    width: 100%;
    max-width: 450px;
}


@media (max-width: 1024px)
{
    .memberItem {
        flex-wrap: wrap;
    }
    .memberItem > .col {
        flex-basis: 100%;
    }
}