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

.bottom.bot-grid-section {
    padding-left: 8.333%;
    padding-right: 8.333%;
}

.bottom.bot-grid-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    row-gap: 2.7rem !important;
}

.bottom .bot-trustee-col {
    flex: 0 0 auto !important;
    width: 33.333% !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.bottom .bot-trustee-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.35rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 2.5rem;
}

.bottom .bot-trustee-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 auto;
    border: 2px solid #e9ecef;
    min-width: 100px;
    min-height: 100px;
}

.bottom .bot-trustee-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: top;
    display: block;
}

.bottom .bot-trustee-img-placeholder {
    width: 100px;
    height: 100px;
    background-color: #dee2e6;
    border-radius: 50%;
    margin: 0 auto;
}

.bottom .bot-trustee-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.25rem 1.25rem 2rem;
    text-align: center;
}

.bottom .bot-trustee-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.bottom .bot-trustee-designation {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

.bottom .bot-trustee-company {
    font-size: 1rem;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.6;
}


@media (min-width: 768px) and (max-width: 991px) {
    .bottom .bot-trustee-col {
        width: 50% !important;
    }
}

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

    .bottom .bot-trustee-col {
        width: 100% !important;
    }

    .bottom .bot-trustee-card {
        max-width: 300px;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .bottom .bot-trustee-card {
        max-width: 230px;
    }
}
