.information-banner {
	background-color: var(--background-color, var(--color-fuscous-gray));
	color: var(--text-color, var(--color-white));
	margin-bottom: var(--margin-bottom, 0);
}
.information-banner a,
.information-banner span {
	display: block;
    padding: var(--spacing-1x);
    text-align: center;
    text-decoration: none;
    width: 100%;
}