.top .bot-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.top .bot-trustees-grid-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.top .bot-trustees-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
    margin-top: 2rem;
    width: 100%;
}

.top .bot-trustee-card {
    flex: 0 0 26%;
    max-width: 26%;
    display: flex;
    flex-direction: column;
}

.top .bot-trustee-card.bot-trustee-spacer {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top .bot-trustee-img-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: #f0eeeb;
}

.top .bot-trustee-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.top .bot-trustee-img-placeholder {
    width: 100%;
    height: 100%;
    background-color: #dcdad6;
}

.top .bot-trustee-info {
    padding: 1rem 0 0;
}

.top .bot-trustee-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.top .bot-trustee-designation {
    font-size: 1.2rem;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0.15rem;
    line-height: 1.4;
}

.top .bot-trustee-company {
    font-size: 1.1rem;
    font-weight: 400;
    color: #777777;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .top .bot-trustee-card {
        flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
}

@media (max-width: 575px) {
    .top .bot-page-title {
        text-align: center;
    }

    .top .bot-trustees-grid {
        gap: 4rem 0;
        justify-content: center;
    }

    .top .bot-trustee-card {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .top .bot-trustee-info {
        text-align: center;
    }
}
