.text-section__left {
    flex: 0 0 auto;
    max-width: 436px;
}

.text-section__divider {
    width: 51px;
    height: 3px;
    background-color: var(--neutral-1000);
}

.text-section__right {
    flex: 1 1 auto;
}

.text-section__block-text a {
    text-decoration: underline;
    color: var(--neutral-1000);
}
