.hero-content h4{
color: rgba(255, 255, 255, 0.9);
}
.f-banner .col-12.col-lg-6 {
	position: relative;
}

.hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	margin: 0;
	color: #fff;
}
