.sizing-block-section{overflow:hidden}.sizing-blocks{display:flex;justify-content:space-between;flex-direction:column;width:100%}@media screen and (min-width: 768px){.sizing-blocks{flex-direction:row}}.sizing-blocks__block{display:flex;flex-direction:column;justify-content:space-between;flex:1;margin-right:0;margin-bottom:24px}@media screen and (min-width: 768px){.sizing-blocks__block{margin-right:32px;margin-bottom:0}}.sizing-blocks__block:last-child{margin-right:0;margin-bottom:0}.sizing-blocks__block.full-mobile .sizing-blocks__image{max-width:none !important;width:calc(100% + var(--page-width-x-paddings-mobile)*2);position:relative;left:-16px}@media screen and (min-width: 480px){.sizing-blocks__block.full-mobile .sizing-blocks__image{width:calc(100% + var(--page-width-x-paddings-tablet)*2);left:-30px}}@media screen and (min-width: 768px){.sizing-blocks__block.full-mobile .sizing-blocks__image{width:auto;left:0;max-width:100% !important}}.sizing-blocks__head h2{font-weight:400;margin-bottom:0 !important}.sizing-blocks__text{max-width:100%;width:100%;margin-top:16px}@media screen and (min-width: 768px){.sizing-blocks__text{max-width:440px;margin-top:24px}}.sizing-blocks__text p{font-weight:400}.sizing-blocks__text p:last-of-type{margin-bottom:0}.sizing-blocks__image{margin-top:15px;position:relative;border:2px solid rgb(var(--color-highlighted-elements))}@media screen and (min-width: 768px){.sizing-blocks__image{margin-top:42px}}.sizing-blocks__image::before{content:"";display:block;padding-bottom:calc(100%/var(--aspect-ratio))}.sizing-blocks__image img{position:absolute;top:0;left:0;height:100%;width:100%;max-height:100%;max-width:100%}