@charset "utf-8";
/*benefits*/
.n_b3{margin:6px 0 67px;}

.benefits{display:grid;grid-template-columns:repeat(6, 1fr);justify-content:space-between;grid-gap:37px 30px;}
.benefits_item{text-align:center;}
.benefits_item img{display:block;width:98px;height:98px;margin:0 auto;}
.benefits_item p:nth-child(2){color:#323131;font-size:20px;font-weight:500;margin-top:69px;}
.benefits_item p + p{color:#000;font-size:16px;text-align:center;margin-top:10px;}

@media (max-width: 1030px){
	.benefits{grid-template-columns:repeat(4, 1fr);grid-row-gap:55px;}
	.benefits_item p:nth-child(2){margin-top:27px;}
}

@media (max-width: 780px){
	.benefits{grid-template-columns:repeat(3, 1fr);}
}

@media (max-width: 600px){
	.n_b3{margin:70px 0 30px;}
	
	.benefits{grid-template-columns:repeat(2, 1fr);}
	.benefits_item img{width:70px;height:70px;}
	.benefits_item p:nth-child(2){font-size:17px;}
	.benefits_item:nth-last-child(-n+6){display:none;}
}
/*-*/