@charset "UTF-8";
/* CSS Document */


.coach-box{
	margin:0 auto;
	text-align:center;
}

.coach-box img{
	width:100%;
}


.coach-con-box{
	overflow:hidden;
	width:72%;
	margin:0px  auto;
}

.coach-list-title{
	width:100%;
	text-align:center;
	margin:50px auto;
}

.coach-box-left{
	float:left;
	width:45%;
	border: solid 1px #c21c1e;
	padding:2%;
	vertical-align:middle;
	margin-bottom:20px;
}

.coach-box-right{
	float:right;
	width:45%;
	border: solid 1px #c21c1e;
	padding:2%;
	vertical-align:middle;
	margin-bottom:20px;
}

.coach-photo{
	text-align:center;
}

.coach-name{
	margin:8px 0px  0px  0px;
	text-align:center;
}

.other{
	text-align:center;
	margin:50px 0px 100px;
}


@media screen and (max-width: 768px) {
	
	
	.coach-con-box{
	overflow:hidden;
	margin:0px  auto;
	text-align:center;
}

	.coach-box-left{
		float:none;
		width:80%;
		margin:10px  auto;
		
	}
	
	.coach-box-right{
		float:none;
		width:80%;
		margin:10px  auto;
	}
}