@media (max-width:768px){

.game__content{
flex-direction:column!important;
height:auto!important;
}

.game__graph{
width:100%!important;
height:260px!important;
}

.game__sidebar{
width:100%!important;
margin-top:10px!important;
}

.deal-buttons{
display:flex!important;
gap:10px!important;
}

.deal-button{
flex:1!important;
height:60px!important;
position:relative!important;
}

.deal-button span{
display:block!important;
position:absolute!important;
left:50%!important;
top:50%!important;
transform:translate(-50%,-50%)!important;
font-size:18px!important;
font-weight:700!important;
color:#fff!important;
z-index:5!important;
}

}