.plan {
	display: flex;

	justify-content: space-between;
}

.plan-class {
	flex: 1;
}

.plan-title {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.plan ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.noStyle {
	list-style: none;
}

.plan-career {
	flex: 1;
}

.detail1 {
	margin-top: 10px;
}
