.boxed-content{--boxed-content-spacing: 10px;--boxed-content-padding: 1em}@media(min-width: 700px){.boxed-content{--boxed-content-spacing: 20px;--boxed-content-padding: 1.5em}}@media(min-width: 800px){.boxed-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width: 1024px){.boxed-content{--boxed-content-spacing: 42px;--boxed-content-padding: 2.5em}}.boxed-content__box{padding:var(--boxed-content-padding);margin-bottom:var(--boxed-content-spacing);background-color:#fff}@media(min-width: 800px){.boxed-content--2 .boxed-content__box{width:calc(50% - var(--boxed-content-spacing)/2)}}@media(min-width: 800px)and (max-width: 1023px){.boxed-content--3 .boxed-content__box{width:calc(50% - var(--boxed-content-spacing)/2)}.boxed-content--3 .boxed-content__box:last-child{width:100%}}@media(min-width: 1024px){.boxed-content--3 .boxed-content__box{width:calc(33.333% - var(--boxed-content-spacing)/3*2)}}