.bg-overlay-black{
    position: relative;
    
}
.bg-overlay-black::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    border-radius: 5px;
}
.hero-content {
	position: relative;
}
.hero-section {
    background-size: cover;
}