form label > span {
	display: flex;
	align-items: center;
}

form label span[class^="icon-"] {
	font-size: 4rem;
	margin-right: 1rem;
}

form label.radio:before, form label.radio:after {
	margin-top: 1rem;
}

@media all and (min-width: 1000px) {
	#radio-form {
		max-width: 550px;
	}
}