.button-module{display:flex;justify-content:start;margin-top:20px}.button-module__button{border:none;border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:10px 15px;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.button-module__button-text{display:block;font-family:inherit;font-size:1rem;line-height:1.5;text-align:center}.button-module__button--primary{background-color:#f19120;color:#fff}.button-module__button--primary:hover{background-color:#ffca2c}@media (max-width:600px){.button-module{align-items:stretch}.button-module__button{margin-bottom:5px;width:100%}}