.academic-council-section h2 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: 10px;
    margin: 20px auto;
}

.ac p, .academic-council p {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 0;
    color: #696969;
    margin-top: 15px;
}



.custom-list li {
    font-size: 1.2rem;
    font-weight: 500;
    color: #696969;
    list-style: none;
    overflow: hidden;
}

.custom-list img {
    width: 45px;
}

.academic-council span{
     color: #1a3185;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .academic-council-section h2 {
        font-size: 2rem;
    }

    .ac p, .academic-council p, .custom-list li {
        font-size: 1rem;
    }

    .academic-council span {
        font-size: 1.2rem;
    }

    .academic-council-section .text-center img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .academic-council-section h2 {
        font-size: 1.8rem;
    }

    .ac p, .academic-council p, .custom-list li {
        font-size: 0.9rem;
    }

    .academic-council span {
        font-size: 1rem;
    }
}