.volunteerr{
    position: relative;
}
.volunteerr .info h1{
    color: rgb(255, 255, 255);
}
.volunteerr .info {
    z-index: 1;
}
.volunteerr::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}