
.note {
	margin-top: 30px;
	padding: 20px 30px;
	border: 2px solid #f0f5fb;
	border-radius: 6px;
	color: #4d627c;
	font-size: 12px;
	line-height: 1.333;
}

.note h6 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428;
	letter-spacing: .25px;
	letter-spacing: .1px;
	font-weight: 500;
}

.note h6:empty {
	display: none;
}

@media only screen and (min-width:1024px) {
	.note {
		padding: 30px;
		font-size: 16px;
		line-height: 1.375;
		font-weight: 400;
		letter-spacing: .1px;
	}
	
	.note h6 {
		font-size: 20px;
		line-height: 1.4;
	}
}
