.story-container{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:3rem}.story{margin-bottom:20px;width:45%}.story-image{margin-bottom:30px;text-align:center}.story-image img{border:1px solid #fff;height:auto;max-height:100%;max-width:100%;width:auto}@media(max-width:1100px){.story-container{align-items:center;flex-direction:column}.story{margin-bottom:85px;width:90%}}