
.textcontent {
    max-width: var(--text-max);
    width: 100%;
    margin: var(--gutter_big) auto; /*padding: 0 16px;*/
    margin: calc(var(--gutter_big) * 1.5) auto; /*padding: 0 16px;*/

}
.section .textcontent > :last-child { margin-bottom:0 ; }


.wrapper:last-child .textcontent:last-child { margin-bottom: calc(var(--gutter_big) * 2);}

@media only screen and (max-width: 899.98px)  {

    .textcontent, .section .textcontent { max-width: 100%;   }

}

@media only screen and (max-width: 599.98px)  {

    .textcontent { max-width: 100%;    }

    .section .textcontent {
        border-radius: var(--radius);
    }

}


@media only screen and (min-width: 900px)  {

}