/* Notification element. */
.notification {
	width: 100%;
	text-align: center;
	background-color: #F0F2F2;
	padding: 20px 0;
}

.notification .csc-firstHeader {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 22px;
	font-family: 'Antic Slab', sans-serif;
	margin: 0 0 10px 0;
}

.notification .csc-firstHeader svg {
	position: relative;
    top: 4px;
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.notification .inner {
	padding: 0 60px;
	max-width: 1144px;
	margin: 0 auto;
}

.notification p {
	padding: 0;
}
