.info-list h3{font-size:1.4em;font-weight:600;}
.info-list > li:nth-of-type(n+3){width:calc(25% - 20px);}
/*.info-list > li:last-of-type{width:calc(100% - 20px);}*/
/* -------------------------------------------------    
	- MOBILE MAX-WIDHT 640 		
------------------------------------------------- */
@media screen and (max-width:640px) {
.info-list > li:nth-of-type(n+3){width:100%;}
/*.info-list > li:last-of-type{width:100%;}*/
}