.stories-block__content{gap:1em;display:grid;grid-template-columns:repeat(1,1fr)}@media (min-width:600px){.stories-block__content{gap:2em 1em;grid-template-columns:repeat(2,calc(50% - 0.5em))}}@media (min-width:850px){.stories-block__content{gap:2em 1em;grid-template-columns:repeat(3,calc(33.3333333333% - 0.6666666667em))}}