.gamebuttons-page{
  width: 100%;
  background-color: var(--bg-color);
  text-align: center;
}

.gamebuttons-page.small .game-buttons{
  display: inline-block;
  align-items: center;
  position: relative;
  background: var(--bg-color);
}

.gamebuttons-page.large .game-buttons{
    margin-bottom: 10px;
}

.gamebuttons-page.large .game-buttons:first-child {
    width: 100%;
    padding: 10px 10px 0;
}

.gamebuttons-page.small {
    margin: 0;
    display: flex;
    padding: 0 10px 10px;
    gap: 10px;
}

.gamebuttons-page.jackpot {
    margin-top: 0;
}


/*#halfwidth:nth-child(2n+4):nth-child(-2n+6){
  margin-right: 0;
}*/
.gamebutton__img{
    width: 100%;
}


.game-button-body {
  background: var(--bg-color);
    padding: 0 10px;
}

.game-button-title {
  color: #f5aa18;
  font-weight: 900;
  font-size: 25px;
  margin: 0;
  padding-top: 10px;
}

.game-button-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  padding-bottom: 10px;
  margin: 0;
  line-height: 10px;
}
.game-btn {
  width: 80%;
  text-align: center;
  height: 40px;
  background: #c70039;
  border: none;
  color: #fff;
  margin-bottom: 10px;
}

.game-button-border{
  position: absolute;
    bottom: 30px;
    width: 100%;
}
.game-button-border h5 {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}
