<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* For all new styles added after 7/7/2025 */

.explore-more.vc_row {
	padding: 0 0 60px;
}
.explore-more h3 {
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
	color: var(--secondary-color);
	margin: 0 0 30px;
}
.explore-more h3::after {
	content: "";
	display: block;
	height: 5px;
	width: 30%;
	margin: 10px auto 0;
	background-color: var(--secondary-color);
}
.explore-more a img {
	border-radius: 2px;
	transition: .28s;
	opacity: 1;
}
.explore-more a:hover img,
.explore-more a:active img {
	opacity: .7;
}</pre></body></html>