
.greenskool-banner {
	align-items: center;
	background: #dbe1a6;
	display: flex;
	min-height: 48px;
	justify-content: center;
	width: 100dvw;
}

.greenskool-banner .inner {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 960px;
	padding: 0 8px;
}

.greenskool-banner img {
	height: 32px;
	margin: auto 8px auto 0;
	width: 32px;
}

.greenskool-banner p {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1.25;
	margin: 0;
}

.greenskool-banner p a {
	color: #2b2b2b;
	text-decoration: underline;
}