.sub_about_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub_about_title {
	font-size: 40px;
	text-align: center;
}

.sub_about_p {
	font-size: 20px;
	width: 500px;
	text-align: center;
}

.sub_about_list_item {
	font-size: 20px;
}