.education .hidden {
	display: none;
}

.education {
	max-width: 1000px;
	height: auto;
	margin: 0 auto 40px;
}

.education .item {
	vertical-align: top;
	display: inline-block;
	margin: 0 23px 40px 0;
	width: 579px;
	height: auto;
}
.education .item:nth-child(2n) {
	width: 395px;
	margin: 0 0 40px 0;
}

.education .img {
	width: 100%;
	margin: 0 0 20px 0;
	height: auto;
}
.education .name {
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.education .text {
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}
.education .button {
	padding: 4px 0 0 0;
	height: 34px;
	text-align: center;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #000000;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 44px;
	width: 183px;
	margin:  0 0 20px 0;
	cursor: pointer;
}

.education .detail_text {
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	display: none;
}
.education .border {
	margin: 0 0 40px 0;
	width: 58px;
	border-bottom: 2px solid #000000;
	cursor: pointer;
	height: 10px;
}

@media(max-width: 1000px) {
	.education {
		/*
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		*/
		width: 100%;
		text-align: center;
		padding: 0 15px;
	}
	.education .button {
		margin:  0 auto 20px;
	}
	.education .item {
		/*
		display: flex;
		justify-content: center;
		flex-direction: column;
		*/
		width: 100%;
		align-items: center;
		display: block;
		margin: 0 ;
	}
	.education .img {
		display: block;
		justify-content: center;
		height: auto;
	}
	.education .img img {
		margin: auto;
	}
	.education .border {
		margin: 20px auto 0;
	}

	.education .item:nth-child(2n) {
		width: 100%;
	}
}
