.block-text {
    word-break: keep-all;
}

@media (max-width: 1050px) {
    .block-text {
        margin: 0 !important;
    }
}