.hero-background {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-link a {
	color: white !important;
	border-bottom: none !important;
	font-size: var(--16px) !important;
	line-height: 1.5 !important;
}

.hero-bottom-tiles {
	color: #1a5059;
	min-height: 25vh !important;
	height: auto;
}

.hero-bottom-tile-topbar hr {
	border: 2px solid #C4C4C4;
	margin-bottom: 5px;
	
}

@media only screen and (max-width: 990px) {
	.hero-title {
		line-height: 1.2;
	}
	
	.hero-bottom-title {
		line-height: 1.2;
	}
	
	.hero-bottom-link a {
		font-size: 14px !important;
		line-height: 1.428 !important;
	}
}

@media only screen and (max-width:500px) {
	.hero-title {
		font-size: var(--16px);
	}
	
	.hero-link {
		margin-top: 0 !important;
	}
	
	.hero-description {
		line-height: 1.2em;
	}
	
	.hero-bottom-tiles {
		width: 90% !important;
	}
	
	.hero-bottom-title {
		font-size: var(--14px);
	}
}