.BlogListLayout{width:var(--current-max-width);grid-template-areas:"title""list""button";row-gap:36px;margin:57px auto 135px;display:grid;position:relative}@media (min-width:768px){.BlogListLayout{margin:97px auto 84px}}.BlogListLayout:before,.BlogListLayout:after{content:"";z-index:-1;border-radius:50%;position:absolute}.BlogListLayout:before{opacity:.6;background-image:url(../media/decor_top_left.ea2c21f3.webp);background-repeat:no-repeat;background-size:100% 100%;width:2276px;height:2276px;top:583px;left:497px;transform:translate(-50%,-50%)}@media (min-width:768px){.BlogListLayout:before{opacity:1;background-image:url(../media/decor_top_left.ea2c21f3.webp);background-repeat:no-repeat;background-size:100% 100%;width:1322px;height:1322px;top:-138px;left:486px;transform:translate(-50%,-50%)}}.BlogListLayout:after{background-image:url(../media/decor_bottom_left.81491b3e.webp);background-repeat:no-repeat;background-size:100% 100%;width:1672px;height:1672px;bottom:577.5px;left:23.5px;transform:translate(-50%,50%)}@media (min-width:768px){.BlogListLayout:after{display:none}}.BlogListLayout-Title{grid-area:title}.BlogListLayout-List{grid-area:list;grid-template-columns:100%;gap:36px;list-style:none;display:grid}@media (min-width:768px){.BlogListLayout-List{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.BlogListLayout-List{grid-template-columns:repeat(3,minmax(0,1fr));gap:58px}}.BlogListLayout-ListItem{width:100%}.BlogListLayout-Button{grid-area:button;justify-self:center}
