.justify_text_block{
    text-align:justify;
    text-justify:inter-word;
}
.center_on_movil{
    text-align:left;
}
.entry-excerpt p{
    text-align: justify;
    text-justify:inter-word;
}
.separator_in_movil{
    display:none !important;
}
.color-title.accent-icon-color a{
    text-decoration:none;
}
.color-title.accent-icon-color a:hover{
    text-decoration:none;
    font-weight:bolder !important;
    color:#1f365c !important;
    background-color:#E8E8E8 !important;
    padding: 2px 3px !important;
}
.sub_col_small_cuarter{
    max-width:25%;
    display:inline-block;
    margin-bottom:25px;
}
.social_icons_team_profile{
    display:none;
}
.team_member_contact_info{
    text-decoration:none;
}
.team_member_contact_info a{
    text-decoration:none;
}
.team_member_contact_info a:hover{
    text-decoration:none;
    font-weight:bolder;
}
/*.sub_team_member_column{
    border:1px solid red;
}*/
.sub_team_member_content div{
   text-align: left;
}
.sub_team_member_content h2{
   text-align: left;
}
@media screen and (max-width: 777px){
    #contact_secc_desktop{
        display:none;
    }
    #contact_secc_movil{
        display:block;
    }
    .sub_team_member_column{
        width: 50% !important;
        text-align:left;
    }
}
@media screen and (min-width: 778px){
    #contact_secc_desktop{
        display:block;
    }
    #contact_secc_movil{
        display:none;
    }
    .sub_team_member_column{
        width: 100% !important;
        text-align:left;
    }
}

@media screen and (max-width: 991px){
    .justify_text_block{
        text-align:center;
    }
    .center_on_movil div,p,a,h2{
        text-align:center;
    }
    .entry-excerpt p{
        text-align: center;
    }
    .separator_in_movil{
        display:block !important;
        margin-bottom:35px !important;
    }
    
}
@media screen and (max-width: 1199px){
    
    .sub_team_member_content div{
       text-align: center;
    }
    .sub_team_member_content h2{
       text-align: center;
    }
}
@media screen and (min-width: 1199px){
    .sub_team_member_column{
        text-align: center;
    }
    .sub_team_member_column div{
        text-align: center;
    }
    .sub_team_member_column h2{
        text-align: center;
    }
}