/* ABOUT --- Committee */
.table-committee table tr th {
    height: auto !important;
}

.table-committee table tr td {
    width: 96px;
}

.table-committee table tr td:first-child {
    width: 30%;
}


@media screen and (max-width: 767px) {

    .main-container ol.breadcrumb,
    #page_content.page-content--sidebar .title-breadcrumbs .breadcrumb {
        margin-bottom: 1.25rem !important;
    }

    .region.region-content article>.body>.az-container>.az-section>.container>.row>.az-column.side:has(.menu-sidebar.v2) {
        top: 1.5rem;
    }

    .region.region-content article>.body>.az-container>.az-section>.container>.az-row:has(.side)>.az-column.main {
        top: 3rem;
    }

    .section-first-fold,
    .section-first-fold.az-section {
        padding-top: 8rem !important;
        padding-bottom: 4rem;
    }
}