.game {
  &__container {
    margin-bottom: 18px;

    h2 {
      font-size: 19px;
      font-style: normal;
      font-weight: 600;
      line-height: 12px;
      margin-bottom: 8px;
    }

    a {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: $c-violet;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 21px;
      text-decoration: none;
      padding: 20px;
      border-radius: 10px;
      border: 3px solid $c-violet;
      background: $c-white;
      margin-bottom: 5px;

      img {
        margin-right: 7px;
      }
    }
  }

  &__pay {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
}