section.features{
	margin-bottom: 100px;
	padding:0 20px;
	}
section.features .inner{
	margin: 0px auto;
	max-width: 1080px;
	}
section.features .box{
	border:1px solid var(--gray4);
	border-radius: 10px;
	margin-bottom: 80px;
	padding:24px 24px 0px 24px;
	background-color: var(--white);
	}
section.features .inner .box h2{
	margin:0 auto;
	font-size: 36px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 40px;
	}

section.features .inner .box h3{
	margin:0 auto;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 4px;
	}
section.features .inner .box p{
	margin:0 auto;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 36px;
	}

section.features .inner .box a{
	display:inline-block;
	font-size: 24px;
	color:var(--blue5);
	line-height: 24px;
 	margin:0 8px 24px 8px;
	}
	
section.features .inner .box a:hover{
	text-decoration: underline;
	}


.grayback{
	background-color: var(--gray2);
	padding:60px 0 48px 0;
	}
	
.whiteback{
	background-color: var(--white);
	padding:60px 0 48px 0;
	}
	
.whiteback1{
	background-color: var(--white);
	padding:0 0 48px 0;
	}