.poker-app {
  background: rgba(19, 19, 19, 1);
  padding-bottom: 64px;
}

.poker-app .inner-banner-wrapper {
  padding: 0;
}

.poker-app img {
  max-height: 470px;
}

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

.info-cards-wrapper {
  padding: 64px 0 0;
}

.info-cards-wrapper .info-card-item {
  margin-bottom: 128px;
}

.text-content {
  margin-bottom: 128px;
}

.accordion-section {
  margin-top: 80px;
}

@media screen and (max-width: 1240px) {
  .poker-app {
    padding-bottom: 46px;
  }

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

  .inner-banner-spacing {
    margin-bottom: 46px;
  }

  .info-cards-wrapper {
    padding: 46px 0 0;
  }

  .info-cards-wrapper .info-card-item {
    margin-bottom: 90px;
  }

  .text-content {
    margin-bottom: 90px;
  }

  .text-content-title {
    font-size: 30px;
    line-height: 37px;
  }

  .accordion-section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 900px) {
  .poker-app {
    padding-bottom: 30px;
  }

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

  .inner-banner-spacing {
    margin-bottom: 30px;
  }

  .info-cards-wrapper {
    padding: 30px 0 0;
  }

  .info-cards-wrapper .info-card-item {
    margin-bottom: 40px;
  }

  .text-content {
    margin-bottom: 65px;
  }

  .text-content-title {
    font-size: 24px;
    line-height: 32px;
  }

  .accordion-section {
    margin-top: 42px;
  }
}

@media screen and (max-width: 700px) {
  .poker-app {
    padding-bottom: 24px;
  }

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

  .inner-banner-spacing {
    margin-bottom: 24px;
  }

  .info-cards-wrapper {
    padding: 24px 0 0;
  }

  .info-cards-wrapper .info-card-item {
    margin-bottom: 24px;
  }

  .text-content {
    margin-bottom: 48px;
  }

  .text-content-title {
    font-size: 20px;
    line-height: 30px;
  }

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

  .accordion-section {
    margin-top: 24px;
  }
}
