.section-1{
	padding: 50px 0px;
}
.section-1 .list-item{
	display: flex;
	justify-content: space-between;
}
.section-1 .list-item > div:nth-child(1) {
	padding-right: 40px;
	width: 60%;
}
.section-1 .list-item > div:nth-child(1) p:nth-child(1) {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: chakrapetch_medium;
}
.section-1 .list-item > div:nth-child(1) p:nth-child(2) {
	font-size: 16px;
	text-align: justify;
	font-family: sanomat_regular;
}
.section-1 .list-item > div:nth-child(2){
	width: 40%;
}
.section-1 .list-item > div:nth-child(2) img{
	width: 100%;
}
.section-2{
	padding: 50px 0px;
	background-color: #f0f0f0;
}
.section-2 .list-item{
	display: flex;
	justify-content: space-between;
}
.section-2 .list-item > div{
	width: 28%;
	text-align: center;
}
.section-2 .list-item > div > p:nth-child(1) {
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	font-family: sanomat_regular;
}
.section-2 .list-item > div > p:nth-child(1):after{
	display: block;
	content: '';
	width: 70px;
	height: 7px;
	background-color: #046db4;
	margin: auto;
	margin-top: 15px;
}
.section-2 .list-item > div > p:nth-child(2) {
	text-align: justify;
	font-size: 15px;
	font-family: sanomat_regular;
}
.section-3{
	padding: 60px 0px;
}
.section-3 p.main-title{
	font-size: 30px;
	font-family: chakrapetch_medium;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.section-3 .list-item{
	display: flex;
	justify-content: space-between;
}
.section-3 .list-item > div{
	width: 30%;
}
.section-3 .list-item > div img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.section-3 .list-item > div > p:nth-child(2){
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.section-3 .list-item > div > p:nth-child(3) {
	font-size: 16px;
	text-align: center;
}

@media(max-width: 767px) {
	.section-1 .list-item{
		display: block;
	}
	.section-1 .list-item > div:nth-child(1){
		width: 100%;
		padding-right: 0px;
	}
	.section-1 .list-item > div:nth-child(2) {
		width: 100%;
	}
	.section-1 .list-item > div:nth-child(1) p:nth-child(1){
		font-size: 32px;
		margin-bottom: 10px;
	}
	.section-1 .list-item > div:nth-child(1) p:nth-child(2){
		font-size: 14px;
		line-height: 20px;
	}
	.section-2 .list-item{
		display: block;
	}
	.section-2 .list-item > div{
		width: 100%;
		margin-bottom: 30px;
	}
	.section-2 .list-item > div > p:nth-child(1){
		margin-bottom: 10px;
	}
	.section-2 .list-item > div > p:nth-child(1):after{
		margin-top: 5px;
	}
	.section-2 .list-item > div > p:nth-child(2){
		font-size: 14px;
		text-align: left;
		line-height: 20px;
	}
	.section-3{
		padding: 30px 0px;
	}
	.section-3 p.main-title{
		font-size: 24px;
		line-height: 30px;
	}
	.section-3 .list-item{
		display: block;
	}
	.section-3 .list-item > div{
		width: 100%;
		margin-bottom: 30px;
	}
	.section-3 .list-item > div > p:nth-child(3){
		font-size: 14px;
		line-height: 20px;
	}
}