/* .heading{
    margin: 0 50px;
} */

.section-header{
    font-size: 20px;
    font-weight: 700;
    color: #006388;
}

.section-header p{
    color: #007bff;
    font-size: 14px;
}

.custom-rounded {
    border-radius: 120px;
}

.custom-shadow {
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.6), 0 0px 0px rgba(0, 0, 0, 0.1); */
    box-shadow: 3px 3px 7px rgba(0, 2, 1, 0.4);
}

.custom-rounded:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.6), 0 0px 0px rgba(0, 0, 0, 0.1);
}

.team-member_img{
    padding: 30px 0;
    text-align: center;
}

.team-member_img2{
    margin: 0 90px !important;
}

.name {
    text-align: center;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 700;
}

.designation {
    color: #1c99c1;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.photo_div{
    /* padding: 0 80px; */
}

.group_img{
    /* padding: 25px;
    margin: 35px; */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 4px 17px rgba(0, 0, 0, 0.4);
    /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4); */
    border-radius: 7px;
    margin: 50px 0;
    text-align: center !important;
}

@media (max-width: 991px) {
    .team-member_img2 {
    margin: unset !important;
}
}



/* .team_photo{
margin: 0 50px !important;
} */