.stories{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.stories:last-of-type{margin-bottom:0}.stories-image{width:100%}.stories-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.stories-block{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:30px;width:100%}.stories-block .btn{-ms-flex-item-align:start;align-self:flex-start}@media (min-width:992px){.stories:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.stories-image{width:calc(40% - 15px)}.stories-block{padding:60px 90px;width:calc(60% - 15px)}}@media (min-width:1200px){.stories-block{padding:60px 120px}}