.black-strip{
    position: absolute;
    /* z-index: 999999999; */
    background: rgb(1, 1, 1, 0.2);
    width: 100%;
    height: 726px;
    top: 57px;
    left: 0;
}

.black-strip p{
    padding: 80px;
    font-weight: 500;
    font-size: x-large;
    color: white;
    max-width: 60%;
    text-align: left;
}


.black-strip-cell{
    position: absolute;
    /* z-index: 999999999; */
    background: rgb(1, 1, 1, 0.4);
    /* width: 100%;
    height: 100%; */
    top: 57px;
    left: 0;
}

.black-strip-cell p{
    padding: 80px;
    font-weight: 500;
    font-size: x-large;
    color: white;
 
    text-align: left;
}