@charset "UTF-8";

/* c-selection
----------------------------------------*/
.c-selection {
	background: #F2FAFE;
	padding: 46px 0 46px;
	text-align: center;
}
.c-selection h3 {
	margin: 0 0 3px 2px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 4px;
}
.c-selection p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2.5px;
}

