.text-break {
    display: flex;
    flex-direction: column;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.44px;
    text-align: left;
    padding-inline: 20px;
    padding-block: 48px;
    gap: 16px;
}

.text-break__left,
.text-break__right {
    flex: 1 1 0;
}

.text-break__title {
    font-family: Open Sans Condensed;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
}

@media screen and (min-width: 1370px) {
    .text-break {
        padding-inline: 0;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .text-break__title {
        font-size: 35px;
        line-height: 40px;
    }
}