.fundhero--section {
	background: var(--theme-lt-blue);
	padding-top: 115px;
	border-bottom: 30px solid var(--theme-white-bg) !important;
}

.fundhero--container {
	padding: 0 30px;
}

.fundhero--meta {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .09em;
}

.fundhero--title {
	color: #fff;
	margin-bottom: 5px;
}

.fundhero--subtitle {
	color: #fff;
	margin-bottom: 5px;
	font-weight: 400;
}

.fundhero--image {
	margin-top: 40px;
	margin-bottom: -30px;
	height: 300px;
}

@media (min-width: 578px) {
	
	.fundhero--section {
		padding-top: 155px;
		border-width: 60px !important;
	}
	
	.fundhero--image {
		margin-top: 70px;
		margin-bottom: -60px;
		height: auto;
	}	
}