/* Change  award winnig  */
.section-title p {
    color: rgb(15, 15, 70);
    font-size: 18px;
}


/* Department title */
.department-block h4 {
    font-size: 22px; /* Change this to the desired font size */
}


.department-block p {
    color: rgb(15, 15, 70);
    font-size: 18px;
}

.centered-doctors {
    display: flex;
    justify-content: center;
}

/* Photo Title (Designation) */
.content p {
    color: rgb(10, 3, 61); /* Change to the desired color value */
}

