.academics-section {
    padding: 40px 0px;
}

.department-card {
    padding: 40px 20px;
    background-color: #606060;
    height: max-content;
    height: 100%;
    border-radius: 20px;
}

.card-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.department-card:hover {
    transform: scale(1.03, 1.03);
    transition: all 0.3s ease-in-out;
}
/*  */
.acc-head {
    border: #606060 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
}

.acc-head-body {
    background-color: #606060;
}

.acc-head-text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.acc-text-body {
    padding: 20px 10px;
}


/*  */
.committee-member {
    height: 100%;
    border: none;
    overflow: hidden;
}

.member-photo {
    width: 100%;
    border-radius: 0px;
    height: auto;
}

.member-info {
    background-color: #E5E5E5;
}

.member-title {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.member-name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.member-desi {
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    margin-bottom: 0;
}

/* faculty */

.fac-card {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 1px rgba(39, 39, 39, 0.2);
    background-color: #fff;
}

.fac-img {
    width: 100%;
    /* border-radius: 20px; */
}

.fac-info {
    padding: 10px 20px;
}

.fac-name {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.fac-desg {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

.fac-contact {
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    margin-bottom: 0;
}

/*  */
.dept-event-page-head {
    font-weight: 600;
    font-size: 20px;
    color: #065B84;
    padding: 0;
    margin: 0;
}

.dept-event-page-text {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 20px;
    color: #556776;
}

.event-card {
    /* border: 1px solid #556776; */
    padding: 10px;
}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
    .fac-name {
        font-size: 14px;
    }

    .fac-desg {
        font-size: 12px;
    }

    .fac-contact {
        font-size: 10px;
    }

    .dept-event-page-head {
        font-size: 18px;
    }

    .dept-event-page-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .dept-event-page-head {
        font-size: 16px;
    }

    .dept-event-page-text {
        font-size: 12px;
    }
}