section.text-with-image {
    --text-wrapper-paddingY: 4em;
    /*--text-wrapper-paddingX: var(--body-padding-side);*/
}

section.text-with-image .maincontainer .items {
    margin-left: calc(var(--body-padding-side) * -1);
    margin-right: calc(var(--body-padding-side) * -1);
}

section.text-with-image .blockTitle,
section.text-with-image .blockDescription {
    max-width: var(--body-width);
    padding: var(--body-padding);
    box-sizing: border-box;
}

section.text-with-image .blockTitle {
    margin: 2em auto 1em;
}

section.text-with-image .blockDescription {
    margin: 2em auto;
}

section.text-with-image .item-description {
    text-align: left;
    display: inline-block;
}