.uc_round_team_member *{
	margin:0;
	padding:0;
}
.uc_round_team_member{
	padding:30px;
	box-sizing:border-box;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}
.uc_round_team_member .uc_team_profile{
	text-align: center;
	margin:0;
}
.uc_round_team_member .uc_team_profile >img{
	margin-bottom: 20px;
    border: 5px solid #ffffff;
}
.uc_round_team_member .uc_team_profile .uc_img_circle{
	border-radius: 50%;
	max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.uc_round_team_member .uc_team_caption{
	text-align: center;
	width: 100%;
	display:block;
	margin:0 auto;
}
.uc_round_team_member .uc_team_caption .uc_caption_name{
	margin-top: 20px;
    margin-bottom: 10px;
	font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.uc_round_team_member .uc_team_caption .uc_caption_position{
	margin: 10px 0 0;
}
.uc_round_team_member .uc_team_caption .uc_team_social{
	margin: 20px 0 0 0;
}
.uc_round_team_member .uc_team_caption .uc_team_social a{
	text-decoration: none;
	color:#fff;
	opacity: 0.7;
}
.uc_round_team_member .uc_team_caption .uc_team_social a:hover {
	color:#FFffffff;
	opacity: 1;
}
.uc_round_team_member .uc_team_caption .uc_team_social .fa {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-left: 10px;
    line-height: 34px;
    
    border-radius: 50%;
    border: 2px solid;
}
