.sml-banner {
	background: #95c21f;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	padding: 15px 0;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.sml-banner {
		font-size: 2.1rem;
	}
}

.sml-banner a {
	color: inherit;
	text-decoration: none;
}
