.buttonSixPay {
    width: 100%;
    height: 48px;
    background-color: #DE3919;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonSixPay:hover {
    background-color: #C62C0E;
}

.buttonSixPay a{
    color: #F7F6F4;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F7F6F4;
    text-decoration: none;
    text-align: center;
}

.buttonSixPay span{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F7F6F4;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .buttonSixPay {
        width: 200px;
    }
}