.stories>.wrap>.section-title{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:18px}
.stories .section-title>div,.stories .section-title>h2{min-width:0;flex:1 1 440px}
.stories .stories-all-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;flex:0 1 auto;min-height:48px;max-width:100%;padding:13px 22px;border:1px solid #126342;border-radius:12px;background:#126342;color:#fff;font-size:16px;line-height:1.5;text-align:center;text-decoration:none;box-shadow:0 3px 10px #12634214}
.stories .stories-all-button:hover{background:#0b4d32;border-color:#0b4d32}
.stories .stories-all-button:focus-visible{outline:3px solid #126342;outline-offset:4px}
.stories .stories-all-button>span:first-child{overflow-wrap:anywhere}
@media(max-width:620px){.stories>.wrap>.section-title{align-items:stretch;gap:16px}.stories .section-title>div,.stories .section-title>h2{flex-basis:100%}.stories .stories-all-button{width:100%;min-height:50px}}
