.team_id_section {
	width: 100%;
	float: left;
}
.team_id_grid {
	float: none;
	margin:auto;
}
.team_id_item {
	width: 100%;
	float: right;
	background:#fff;
	box-sizing:border-box;
	padding:30px;
}
.service_id_img {
	width: 100%;
	float: right;
	margin-bottom: 30px;
}
.team_id_img img {
	width: 300px;
	height:300px;	
}
.team_id_logo_img {
	width: 200px;
	float: right;
	margin-right:calc(50% - 100px);
	margin-bottom: 0px;
}
.team_id_logo_img img {
	width: 200px;
}
.team_id_name {
	width: 100%;
	float: left;
	margin-bottom:5px
}
.team_id_role {
	width: 100%;
	float: left;
	margin-bottom:20px;
}
.team_id_content {
	width: 100%;
	float: left;
	margin-top:30px
}
.team_id_email {
	width: 100%;
	float: right;
	margin-bottom:10px
}
.team_id_phone {
	width: 100%;
	float: right;
}

.team_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	background-color: rgba(255,255,255,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.team_id_go_back {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #0082b2;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.team_id_go_back:hover {
	color:#444444
}

@media all and (min-width: 1438px) {
.team_id_section {
	padding-top: 80px;
	padding-bottom:80px
}
.team_id_grid {
	width: 800px;
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
.team_id_section {
	padding-top: 60px;
	padding-bottom:60px
}
.team_id_grid {
	width: 700px;
}
}

@media (max-width: 768px) and (min-width: 319px) {
.team_id_section {
	padding-top: 30px;
	padding-bottom:30px
}
.team_id_grid {
	width: calc(100% - 60px);
}
}

@media all and (max-width:320px) {
.team_id_section {
	padding-top: 30px;
	padding-bottom:30px
}
.team_id_grid {
	width: calc(100% - 60px);
}
}