.button-container{clear:both;display:flex;padding:20px 0;width:100%}.button,.button-container{align-items:center;justify-content:center}.button{background-color:#000;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;text-decoration:none;transition:all .3s ease}.button.button--small{border-radius:50%;height:40px;min-width:40px;padding:0!important;width:40px}.button.button--large{font-size:20px;font-weight:700;height:80px;margin-top:10px;padding:0;width:230px}.button__icon{margin:0 5px}.button--small .button__icon{margin:0}@media (max-width:480px){.button.button--large{font-size:20px;height:80px;width:280px}}