.text-with-html {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.text-with-html > div {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .text-with-html {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .text-with-html > div {
        width: 50%;
    }

    .text-with-html > .html-block {
        padding-left: 4.115vw;
    }
}

.text-with-html > .main-content {
    padding: 5vw 8.177vw 7.813vw 4.115vw;
}
