/* administrative staffs */
.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;
}
/* statutory bodies */
.card-text{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    color: #065B84;
    text-align: center;
    
}
.card-img-top{
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.card-hover{
    border: 1px solid #065B84;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .2s ease-in-out;
}
.card-hover:hover{
    transform: scale(1.03);
}



@media only screen and (max-width: 992px){
    .c-text{
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px){ 
    .c-text{
        font-size: 14px;
    }
}