.gallery_overley {
    background-color: rgb(0, 0, 0, 0.5);
}

.gallery_new {
    background-image: url(../assets/cover_pictures/team_cover.webp);
    background-repeat: no-repeat;
    background-size: cover;
       background-position: center;
    /* position: relative; */

}

.active_link {
    background-color: #0b9147;
    color: white;
    border-radius: 5px;
}



.section-title {
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 40px; */
    color: #304253;
    position: relative;
    font-weight: bolder;
}

.section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    border-radius: 10px;
    background: #1695d2;
    margin: 15px auto;
}