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