.story-scroller{display:grid;grid-template-columns:repeat(2,1fr);position:relative}.story-scroller__left{padding-right:25px}.story-scroller__right{height:507px;overflow-y:scroll}.story-scroller__right__item{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:30px}.story-scroller__right__item h4{border-radius:15px;font-family:var(--bold-text);padding:9px 10px}.story-scroller_arrow{animation:bob 2s ease-in-out infinite;left:calc(50% + 28px);position:absolute;top:0}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.story-scroller__right__inner{direction:ltr}.story-scroller__right{direction:rtl;padding-left:85px}.story-scroller ::-webkit-scrollbar{width:5px}.story-scroller ::-webkit-scrollbar-track{background:var(--light-blue);border-radius:5px}.story-scroller ::-webkit-scrollbar-thumb{background:var(--turquoise);border-radius:20px}.story-scroller ::-webkit-scrollbar-thumb:hover{background:#8edade}@media screen and (max-width:767px){.story-scroller_arrow{bottom:450px;left:25px;top:auto}.story-scroller{grid-template-columns:1fr}.story-scroller__right{margin-top:40px}}