


/*section-5-1*/

#section_5-1 h5 {
	margin-left: 30px;
}
#section_5-1 p {
	text-align: center;
	margin-top: 20px;
}

#section_5-1 .top_01{
	display: flex;
	margin-top: 80px;
}

#section_5-1 .top_01 .three_left {
	width: 30%;
	margin: 30px;
}

#section_5-1 .top_01 .three_center {
	width: 30%;
	margin: 30px;
}

#section_5-1 .top_01 .three_right {
	width: 30%;
	margin: 30px;
}

@media (max-width: 767px) {  
	#section_5-1 h5 {
    margin: 0 10px 10px 10px;
}
	#section_5-1 p {
    margin: 10px 10px 0 10px;
}
	#section_5-1 .top_01{
	display: block;
	margin-top: 100px;
}
#section_5-1 .top_01 .three_left {
	width: 90%;
	margin: 30px 10px 30px 20px;
}

#section_5-1 .top_01 .three_center {
	width: 90%;
	margin: 30px 10px 30px 20px; 
}


#section_5-1 .top_01 .three_right {
	width: 90%;
	margin: 30px 10px 30px 20px;
}
}

















