.acc-head{
    border: #1fa08b 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
}
.acc-head-body{
    background-color: #1fa08b;
}
.acc-head-text{
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

/* faculty profile */
.fac-card {
    width: 100%;
    height: 90%;
   
    box-shadow: 0 0 10px 1px rgba(39, 39, 39, 0.2); 
    border-radius: 20px;
    background-color: #cbc1c1;
}

.fac-img {
    width: 100%;
    border-radius: 20px;
}

.fac-name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.fac-desg {
    font-size: 15px;
    font-weight: 400;
    color: #303030;
    padding-bottom: 8px;
    margin: 0;
}

.fac-button {
    margin-bottom: 15%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background-color: #0D617A;
    padding: 8px 20px;
}
.fac-button:hover{
    background-color: #7e7474;
    color: #ffffff;
}
.dept-event-page-head{
    font-weight: 700;
    font-size: 20px;
    color: black;
    padding: 0;
    margin: 0;
}

.dept-event-page-text{
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 20px;
    color:#556776;
}
@media only screen and (max-width: 576px) {
    .dept-event-page-head{
        font-weight: 700;
        font-size: 12px;
        color: black;
        padding: 0;
        margin: 0;
    }
    
    .dept-event-page-text{
        font-size: 10px;
        font-weight: 400;
        padding: 0;
        margin: 10px 0 20px;
        color:#556776;
    }
}
