/* emergency.css */

/* Styling for the image row */
.department-image-row {
    margin-bottom: 20px;
    text-align: center;
}

.department-image-row img {
    max-width: 100%;
    height: auto;
}

/* Styling for the heading row */
.department-heading-row {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
     
}

.department-heading-row h2 {
    color: #333;
    font-size: 28px;
}

/* Styling for the description row */
.department-description-row {
    margin-bottom: 20px;
}

.department-description-row p {
    line-height: 1.6;
}

/* Styling for the services row */
.department-services-row {
    background-color: #fafafa;
    padding: 20px;
}

.department-services-row h3 {
    color: #555;
    font-size: 24px;
}

.department-services-row ul {
    list-style-type: disc;
    padding-left: 20px;
}

.department-services-row li {
    margin-bottom: 8px;
}

/* Styling for the HOD row */
.department-hod-row {
    background-color: #f0f0f0;
    padding: 20px;
}

.department-hod-row h3 {
    color: #444;
    font-size: 24px;
}

.department-hod-row ul {
    list-style-type: none;
}

.department-hod-row li {
    margin-bottom: 8px;
}
/* Styling for the For Contact section */
/*.department-contact-row {*/
    /*background-color: #fafafa;*/
    /*padding: 20px; */
/*}*/

/*.department-contact-row h3 {*/
    /*color: #555; */
    /*font-size: 24px;*/
/*}*/