.real-money-page {
  background-color: rgba(19, 19, 19, 1);
  padding: 0 0 80px;
}

.header-block-wrapper {
  margin-bottom: 64px;
}

.description-text {
  margin-bottom: 24px;
}

.wallet-table-wrapper {
  margin-bottom: 88px;
}

.wallet-table-title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 64px;
}

@media screen and (max-width: 1240px) {
  .real-money-page {
    padding: 0 0 46px;
  }

  .wallet-table-wrapper {
    margin-bottom: 60px;
  }

  .wallet-table-title {
    margin-bottom: 30px;
    padding-top: 54px;
  }
}

@media screen and (max-width: 700px) {
  .real-money-page {
    padding: 0 0 24px;
  }

  .header-block-wrapper {
    margin-bottom: 48px;
  }

  .description-text {
    font-size: 14px;
    line-height: 20px;
  }

  .description-text:last-child {
    margin-bottom: 0;
  }

  .wallet-table-wrapper {
    margin-bottom: 24px;
    padding: 24px 0 24px;
  }

  .wallet-table-title {
    display: none;
  }
}
