.partner .location {
	color: rgb(var(--blue),0.5) !important;
}
.partner + .partner:has(.title, h3) {
	margin-top: 1em;
}
.partner .title {
	font-weight: 700;
	font-size: 1em;
}

ul.feature li h4 + p:has(a),
ul.feature li p + p:has(a) {
	margin-top: 0.25em !important;;
}
ul.feature li {
	padding: 0.75em 0.75em 0.5em !important;
}
ul.feature li a {
	font-weight: 500;
}
ul.feature li a:not(:hover, :focus) {
	text-decoration: none;
}
ul.feature li::before,
ul.feature li::after{
	content: none !important;
}