section.help-you {
  overflow: auto;
}

section.help-you .help-you--wrapper {
  margin: 40px 0;
}

@media (max-width: 767px) {
  section.help-you .help-you--wrapper {
    margin: 48px 0;
  }
}

section.help-you .help-you--wrapper .help-you__title h2 {
  text-align: center;
  color: #1D2C42;
  font-weight: 700;
}

@media (min-width: 768px) {
  section.help-you .help-you--wrapper .help-you__title h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  section.help-you .help-you--wrapper .help-you__title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

section.help-you .help-you--wrapper .help-you__cards-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

@media (max-width: 1140px) {
  section.help-you .help-you--wrapper .help-you__cards-list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  section.help-you .help-you--wrapper .help-you__cards-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
/*# sourceMappingURL=advantages.css.map */