.scrollable-container{position:relative;width:100%}.content-wrapper{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.content-wrapper::-webkit-scrollbar{display:none}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:47.5px;height:49px;color:#414751;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .3s;background:linear-gradient(270deg,#ffffff 61%,rgba(255,255,255,0))}.scroll-button.left{left:0;border-radius:5px 0 0 5px;padding-right:33px;background:linear-gradient(90deg,#ffffff 61%,rgba(255,255,255,0))}.scroll-button.right{right:0;border-radius:0 5px 5px 0;padding-left:33px}