.top-img-bkg {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 50vh;	
}

.top-img-bkg:before {
	content: '';
	background: rgba(27, 73, 59, 0.388);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

/* .section-overlay{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF8F4;
} */