.t898__btn_label {
    width: 70px;
    height: 70px;
    background: none;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);

}
.t898__btn_input:checked+label {
    background: none;
    animation: none;
}
.t898__btn_label:hover {
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);
}

@media screen and (max-width: 960px) {
    .t898__btn-text {
        display: none;
    }
}