.banner {
	background:url('/wp-content/themes/lex/static/images/banner-bg.jpg');
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 12.428571428571429rem 0 10rem 0;
	text-align: center;
}

@media (max-width:70em) {
	.banner {
		padding:8rem 0;
	}
}

.banner-title {
	color:var(--color-accent);
	font-family:var(--font-serif);
	font-size: var(--fontSize-headingLarge);
    margin-top: 0;
    margin-bottom: 1.0952380952380953rem;
}

@media (max-width:70em) {
	.banner-title {
		line-height: 1.1;
	}
}

.banner-text p {
	font-family:var(--font-sans);
    margin: 0 0 1.3333333333333333rem 0;
    font-size: 1.0952380952380953rem;
}

.banner a {
	color:var(--color-accent);
	text-decoration: underline;
}

.banner a:hover {
	text-decoration: line-through;
}