 .section-2   {
	margin:40px -40px ;
 }
 .section-2 .wrapper-ctn {
	 background-position:center;
	 background-repeat:no-repeat;
	  background-size:contain;
	 padding:40px;
 }
  .section-2 article {
	 	max-width: 473px;	background-color: #FFFFFF;
		padding:40px;
	 
 }
 .section-2 article h2 {
		color: #000000;	font-family: Syncopate;	font-size: 24px;	font-weight: bold;	line-height: 25px; 
		text-transform:uppercase
 }
 
 .section-3 .wrapper-list-item  {
	 margin-left:-70px;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 
 } .section-3 .wrapper-list-item > *{
	 
	  /*width:calc(100% * 1/3 - 70px);
	  margin-left:70px;
	  margin-bottom:70px;
	  text-align:center;*/
	 flex: 160px;
	 max-width: 160px;
	 margin: 0 20px 70px;
 }
 
 .section-3 .wrapper-list-item .wrapper-image{
	margin-bottom:20px
 }
 .section-3 .wrapper-list-item .wrapper-image img{
	 max-width: 150px;
 }
 .section-3 .wrapper-list-item h2{
	 color: #000000;	font-family: Syncopate;	font-size: 20px;	font-weight: bold;	line-height: 22px;	text-align: center; text-transform:uppercase;margin-bottom:20px
 }
 
 .section-3 .wrapper-list-item p {
	color: #000000;	font-family: Kanit;	font-size: 16px;	font-weight: 300;	line-height: 24px;	text-align: center; 
 }
 
 .section-4 article{
	margin:70px 0;
		width:100%;
		max-width: 567px;	background-color: #00254C; 
		padding:40px 30px 40px 60px;
		position:relative;
 }  
 .section-4 article:before{
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-image:url(../img/quote-top.png);
	 content:'';
	 width:72px;
	 height:65px;
	 position:absolute;
	 top:-40px;
	left:10px;
 }
 .section-4 article:after{
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-image:url(../img/quote-bottom.png);
	  content:'';
	 width:44px;
	 height:39px;
	 position:absolute;
	 bottom:-25px;
	right:10px;
 }
 .section-4 article p{
	color: #559DFF;	font-family: Kanit;	font-size: 28px;	font-style: italic;	font-weight: 200;	line-height: 37px; 
 }
 
  .section-4 .wrapper-page-ctn{
	 background-position:right;
	 background-repeat:no-repeat;
	  background-size:contain;
	 padding:40px;
 }

@media only screen and (max-width:990px){
	 .section-3 .wrapper-list-item {
		 flex-wrap:wrap;
	 }
	 .section-3 .wrapper-list-item > *{
	 
		 width:calc(100% * 1/1 - 70px);
		  margin-left:70px;
		  margin-bottom:70px;
		  text-align:center;
	 }
	
 }
@media only screen and (max-width:480px){
		
	 .section-4 article{
			margin:30px 0;
			max-width: 567px; 
			padding:20px;
	 }  
	
	 .section-4 article p{
		color: #559DFF;	font-family: Kanit;	font-size: 20px;	font-style: italic;	font-weight: 200;	line-height: 27px; 
	 }
	 
	  .section-4 .wrapper-page-ctn{
		padding:20px;    padding-top: 250px;background-position:top;

	 }
	  .section-4 article:before{
		 width:45px;
		 height:50px;
		 top:-30px;
	 }
	 .section-4 article:after{
		  width:40px;
		 height:30px;
	 }
		 
 }