.game {
  padding-top: 23px;
  margin-bottom: 23px;
  &__container {
    max-width: 270px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h2 {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      margin-bottom: 8px;
    }

    a {
      max-width: 260px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: $c-red-black;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      text-decoration: none;
      padding: 10px;
      border-radius: 200px;
      border: 2px solid $c-red-black;
      background: $c-white;
      margin-bottom: 14px;
    }
  }

  &__pay {
    max-width: 260px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: $c-blue-smoke;
  }
}