#text-box .container > .d-flex {
    gap: var(--hori-spacing-5);
    flex-wrap: wrap;
}

#text-box .container.layout-2 > div {
    max-width: 65rem;
    margin: 0 auto;
}

#text-box .container.solo-box1 > div {
    max-width: 60rem;
    margin: 0 auto;
}

#text-box .container.layout-2 > div .box1 {
    flex: 0.8;
}

@media (min-width: 900px) {
    #text-box .d-flex {
        flex-wrap: nowrap;
    }
    #text-box .d-flex > div {
        flex: 1;
    }
}