.home-buy-button {
    text-align: center;
}
.home-buy-button .button {
    width: 100%;
    max-width: 60rem;
    padding: 1em 2em;
    margin:  0 auto;
    transition: .2s ease-in-out;
}
.home-buy-button .button:hover {
    background: #fff;
    color: rgb(var(--color-button));
}
