.committee-section {
    margin: 50px 20px 0px 20px !important;
    }
    .committee-title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px !important;
    text-align: left;
    }
    .committee-description {
    font-size: 1.1em;
    margin-bottom: 0px;
    text-align: left;
    color: #666;
    }
    .c-105-peopledirectory-card {
    width: 100%;
    height: auto !important;
    }
    .committee-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    }
    .member {
    text-align: left;
    flex: 1 1 325px;
    max-width: 325px;
    }
    .member img {
    width: 325px;
    height: 325px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    }
    .member:hover img {
    filter: grayscale(0%);
    }
    .member-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    color: #0a2245;
    }
    .member-title {
    font-size: 1em;
    color: grey;
    color: #0a2245;
    }
    @media (max-width: 768px) {
    .committee-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: center;
    }
    .committee-description {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    }
    .committee-members {
    justify-content: center;
    /* Center the committee members container */
    }
    .member-name {
    font-size: 1.5em;
    }
    .member-title {
    font-size: 0.9em;
    }
    }

    .committee-section {
    margin: 0px 20px 20px 20px!important;
    }
    .committee-title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top:20px!important;
    text-align: left;
    }
    .committee-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: left;
    color:#666;
    }
    .committee-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    }
    .member {
    text-align: left;
    flex: 1 1 325px;
    max-width: 325px;
    }
    .member img {
    width: 325px;
    height: 325px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
    }
    .member:hover img {
    filter: grayscale(0%);
    }
    .member-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    color:#0a2245;
    }
    .member-title {
    font-size: 1em;
    color: grey;
    color:#0a2245;
    }
    @media (max-width: 768px) {
    .committee-title {
    font-size: 1.875rem;
    line-height:2.5rem;
    text-align: center;
    }
    .committee-description {
    font-size: 1.2em;
    text-align: center;
    }
    .committee-members {
    justify-content: center; /* Center the committee members container */
    }
    .member-name {
    font-size: 1.5em;
    }
    .member-title {
    font-size: 0.9em;
    }
    }
