.scroll-button-wrapper{display:flex;width:100%}.scroll-button,.scroll-button-wrapper{align-items:center;justify-content:center}.scroll-button{background-color:#485fe6;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.15);color:#fff;cursor:pointer;display:inline-flex;font-family:SamsungOne,Arial,sans-serif;font-size:16px;font-weight:700;padding:12px 20px;transition:background-color .3s ease}.scroll-button span{margin-right:12px;white-space:nowrap}.scroll-button .arrow{align-items:center;border-left:1px solid #fff;display:flex;padding-left:12px}@media (max-width:600px){.scroll-button{font-size:14px;padding:10px 16px}.scroll-button span{margin-right:8px}.scroll-button .arrow{padding-left:8px}.scroll-button svg{height:14px;width:14px}}