
.section-1 .wrapper-page-ctn {
	
		border-bottom: 1px solid #B4B8C9;
		padding-bottom:40px;
		margin-bottom:40px;
}

.section-2 article ,
.section-4 article {
	max-width: 700px;
	width:100%;	
	color: #000000;	font-family: Kanit;	font-size: 16px;	font-weight: 300;	line-height: 24px;

}
.section-2 h2 ,
.section-4 h2 {
		color: #000000;	font-family: Syncopate;	font-size: 24px;	font-weight: bold;	line-height: 25px; margin:30px 0
}

.section-2 .wrapper-image ,
.section-4 .wrapper-image {
	width: 220px;
	 
}
.section-2 .d-flex ,
.section-4 .d-flex {
	justify-content: space-between;

} 

.section-4 .d-flex {
	flex-direction: row-reverse;
}



.section-4 .wrapper-image {
	width: 220px;
	 
}
.section-3 .wrapper-page-ctn{
	background-color: #F4F5F9;
	padding:40px;padding-bottom:0;
}

.section-3 .wrapper-list-item  {
	border-bottom: 1px solid #B4B8C9;
	padding-bottom:40px;
	 justify-content:space-around;
}

.section-3 .wrapper-list-item .item{
	 
	border-radius:50%;
		box-sizing: border-box;	height: 121px;	width: 121px;	border: 2px solid #00419A;
		display:flex;
		align-items:center;
		justify-content:center;
		color: #00419A;	font-family: Roboto;	font-size: 33px;	font-weight: 300;	letter-spacing: 0.87px;	line-height: 39px;	text-align: center;
}

.section-3 .wrapper-3-bottom > *{
	padding:40px;
	width:50%;
	align-items:center;
	
}
.section-3 .wrapper-3-bottom .wrapper-image{
	 text-align:center;
	
}.section-3 .wrapper-3-bottom article{
	
	border-left: 1px solid #B4B8C9;
	color: #000000;	font-family: Kanit;	font-size: 16px;	font-weight: 300;	line-height: 24px;
	
}

@media only screen and (max-width:990px){
	.section-3 .d-flex ,
	.section-2 .d-flex ,
	.section-4 .d-flex {
		flex-wrap:wrap;

	}
	.section-2 .d-flex article ,
	.section-4 .d-flex article{
		width:100%;
	} 
	
	.section-3 .wrapper-3-bottom > * {
		
		width:100%;
	}
	.section-3 .wrapper-3-bottom article {
		border-top: 1px solid #B4B8C9;
		border-left: none;
	 
	}
	.section-2 .wrapper-image,
	.section-4 .wrapper-image {
		margin: auto;
	}
}