.aboutUs{
    padding: 80px 0px;
    position: relative;
    
}
.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;
}
.left{
    width: 524px;
        margin-right: 25px
}
.left h1{
    font-size: 43px;
    font-weight: 700;
    color: #10104D;
}
.left p{
        font-size: 18px;
        margin-top: 22px;
}
.right img{
    width: 540px;
}