




/*#section_2-1*/

#section_2-1 h5 {
	margin-left: 30px;
}

@media (max-width: 767px) {
	#section_2-1 h5 {
	margin: 0 10px 10px 10px;
}
#section_2-1 p {
	margin: 0 10px 0 10px;
}
}

/*#section_2-2*/
#section_2-2 {
	margin-top: 80px;
}
#section_2-2 p{
	margin:30px 40px 60px 0px;
}

#section_2-2 .top_01{
	display: flex;
}

#section_2-2 .top_01 .two_left {
	width: 50%;
	margin: 0 30px;
}

#section_2-2 .top_01 .two_right {
	width: 50%;
	margin: 20px 30px 30px 0;

}

@media (max-width: 767px) {
	#section_2-2 {
	margin-top: 50px;
}
	#section_2-2 .top_01 {
	display: block;
}
#section_2-2 .top_01 .two_left {
	margin: 10px;
	width: 100%;
}

#section_2-2 .top_01 .two_right {
	margin: 0px 10px 80px 10px;
	width: 330px;
}
#section_2-2 h4 {
	text-align: center;
	margin: 50px 20px 0 0;
}
#section_2-2 p {
	margin: 30px 10px 30px 10px;
}

}


/*#section_2-3*/
#section_2-3 {
	margin-top: 0;
}

#section_2-3 p{
	margin:30px 40px 60px 0px;
}

#section_2-3 .top_01{
	display: flex;
}

#section_2-3 .top_01 .two_left {
	width: 50%;
	margin: 0 30px;
}

#section_2-3 .top_01 .two_right {
	width: 50%;
	margin: 20px 30px 30px 0;
}


@media (max-width: 767px) {
	#section_2-3 .top_01 {
	display: block;
}
#section_2-3 .top_01 .two_left {
	margin: 10px;
	width: 100%;
}

#section_2-3 .top_01 .two_right {
	margin: 0px 10px 80px 10px;
	width: 330px;
}
#section_2-3 h4 {
	text-align: center;
	margin: 50px 20px 0 0;
}
#section_2-3 p {
	margin: 30px 10px 30px 10px;
}
}

