div.card-title-my-team_circle-care>div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_my_team_circle_care_nobg.svg");
    background-repeat: no-repeat;
}

div.my-circle-care-team .team-categorie {
    display:flex;
    flex-direction: column;
    background-color: #FAFAFA;
    padding:20px;

}
div.my-circle-care-team .team-categorie-title{
    display:flex;
    flex-direction: row;
    align-items: center;
    flex-wrap:nowrap;
    justify-content: space-between;
    width:100%;
}
div.my-circle-care-team .team-categorie .team-categorie-title h2{
    color: #2483ca;
    font-size:18px;
    font-weight: 400;
    text-transform: capitalize;
    min-width: fit-content;
    text-align: center;
}
div.my-circle-care-team .team-categorie .team-categorie-title .line{
    background-color:#88bee3;
    width:90%;
    height:2px;
    margin-left:20px;
}
div.my-circle-care-team .team-categorie-members{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width:100%;    
}
div.my-circle-care-team .team-categorie-members .team-categorie-member{
    display:flex;
    flex-direction:column;
    justify-content: center;
    min-width:25%;
    margin-top:10px;
    margin-bottom:10px;
}
div.my-circle-care-team .team-categorie-member p{
    color: #6e6e6e ;
    margin:0;
    padding:0;
    text-align: center;
    font-size:16px;
}
div.my-circle-care-team .member-name{    
    font-weight: bold;
}

div.my-circle-care-team .member-profession-detail{
    font-weight: 400;
}
