p {
  margin-bottom: unset;
}

.page-wrapper {
  padding: 0;
  max-width: 100%;
}

.trial-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url('/new-design/img/landing/figures-bg.svg');
  background-repeat: no-repeat;
  gap: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #3D3E40;
}

.trial-hero-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.trial-hero-section__text {
  max-width: 450px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.trial-hero-section__text p:not(:last-child) {
  margin-bottom: 10px;
}

.trial-hero-section__metrics {
  position: relative;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 415px;
}

.trial-metric {
  min-width: 0;
  min-height: 0;
  font-weight: 700;
}

.trial-metric__value {
  font-size: 46px;
  line-height: 1;
  color: #0177CC;
  margin-bottom: 10px;
}

.trial-metric__label {
  margin-bottom: 0;
}

.chess-teaches-section {
  margin-top: 70px;
  background-image: url('/new-design/landing/trial-tournament-vector-back.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.chess-teaches-section .subtitle {
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.our-events-section {
  margin-top: 70px;
}

.reviews-section.reviews-section_version-2 .reviews-section__all-link {
  display: block;
  text-align: center;
}

.reviews-section {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .logo {
    margin: 0;
  }

  .column-page-wrapper {
    padding: 10px;
    padding-top: 20px;
  }

  .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .step-icon {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 60px;
  }

  .step-item {
    position: relative;
  }

  .step-item .step-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .step-item .step-title {
    width: 50%;
    font-size: 20px;
  }
  .our-events-section {
    margin-top: 20px;
  }
  .reviews-section__all-link
  {
    margin-right: 40px;
  }
  .chess-teaches-section .subtitle {
    width: 60%;
  }

  h1 {
    font-size: 20px;
  }

  .trial-page-wrapper {
    gap: 20px;
  }

  .trial-hero-section__content {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .trial-hero-section__text {
    font-size: 16px;
    line-height: 20px;
  }

  .trial-hero-section__metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .chess-teaches-section {
    background-size: auto;
    background-repeat: repeat;
  }
}