.education-box {
	max-width: 1140px;
	margin: 3em auto 6em;
}
.mds1 {
	margin-bottom: 2em!important;
}
.education-box .education-box-exp {
	margin: 0 auto 2em;
}
.education-box .education-box-exp p {
	font-size: 108%;
}
.education-box .education-box-exp p + p {
	margin-top: 1em!important;
}

.education-box .topics2025 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.education-box .topics2025 .topics2025-txt {
	width: 45%;
}
.education-box .topics2025 .topics2025-photo {
	width: 45%;
}
.education-box .topics2025 .topics2025-photo img {
	width: 100%;
	border-radius: 2.5em;
}

section .education-point {
	width:95%;
	max-width: 1140px;
	margin: 4em auto;
	box-sizing: border-box;
}
section .education-point h4 {
	font-size: 150%;
}
section .education-point p {
	font-size: 108%;
}
section .education-point p + p {
	margin-top: 1em!important;
}

#education-btnbox {
	max-width: 1140px;
	margin: 6em auto;
}
#education-btnbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#education-btnbox ul li {
	width: 50%;
	text-align: center;
}
#education-btnbox ul li img {
	width: 100%;
	max-width: 340px;
}

#education-difference table {
	width: 95%;
	max-width: 800px;
	border-collapse: collapse;
	margin: 3em auto;
	font-size: 108%;
	line-height: 1.5em;
}
#education-difference table td {
    border: 1px solid #ddd;
    padding: .8em;
    text-align: left;
    vertical-align: top;
}
#education-difference table th {
    border: 1px solid #ddd;
    padding: .8em;
    background-color: #f7f7f7;
		vertical-align: middle !important;
}

section .education-features-list {
	width: 95%;	
	max-width: 800px;
	margin: 3em auto 6em;
}
section .education-features-list li {
	list-style-type: square;
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-size: 108%;
}

	

@media (max-width: 767px) {
	
	.education-box {
		width: 95%;
	}
	.education-box .education-box-exp p {
		line-height: 1.5em;
	}
	
	.education-box .education-box-exp .topics2025 {
	justify-content: center;
	}
	.education-box .topics2025 .topics2025-txt {
		width: 95%;
		margin: 0 auto;
	}
	.education-box .topics2025 .topics2025-photo {
		width: 95%;
		margin: 2em auto 0;
	}
	.education-box .topics2025 .topics2025-photo img {
		width: 100%;
	}
	#education-btnbox ul li {
		width: 80%;
		text-align: center;
		margin: 0 auto 2em;
	}
}

