.b1 {
 	  color: #333333; 
 	  font-size: 40px;
	}
	.b2 {
 	  color: #3E2472; 
 	  font-size: 40px;
	}
	.b3 {
 	  color: #6B5E85; 
 	  font-size: 40px;
	}
	.image {
 		 width: 444px;
		height: 479px;
	}
	.iconGroup {
 	  width: 93px;
 	  height: 93px;
	}
	.iconCard {
 	  width: 150px;
 	  height: 150px;
	}
	.iconCard1 {
 	  width: 117px;
 	  height: 118px;
	}
	.iconNum {
 	  width: 80px;
	  height: 60px;
	}
	.p1{
		font-family: 'Kanit';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 48px;
		color: #4E4E4E;
	}
	.p2{
		font-family: 'Kanit';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.p3{
		font-family: 'Kanit';
		font-size: 28px;
		line-height: 27px;
		margin-bottom: 10px;
		color: #4E4E4E;
	}
	.p4{
		font-family: 'Kanit';
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 10px;
		color: #666666;
	}
	.bodyRow{
		background: #F9F9F9;
		border-radius: 6px;
	}
	.bodyYellow{
		background: #EAF675;
		border-radius: 6px;
	}
	.yellow{
		background: #F6FDB5;
	}
	.brown{
		background: #F8F6F0;
	}
	.lightBlue{
		margin-right: 0.25rem;
    	margin-left: 0.25rem;
		background: #F3FDFF;
	}
	.grey{
		background: #F5F9F9;
		border-radius: 6px;
	}
	.iconf {
 	  width: 278px;
 	  height: 121px;
	}
	@media (min-width: 768px){
	
	.lightBlue {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	}