.lorem70{
    margin: 80px 0px;
}
.l70Inner{
    max-width: 1050px;
    display: flex;
    flex-direction: column;   
}
.l70iHeader{
    text-align: center;
    margin-bottom: 15px;
    color: var(--white);
}
.l70iText{
    line-height: 24px;
    text-align: center;
    color: var(--grey-text);
}

@media screen and (max-width: 1000px){
    .lorem70 {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}