.section-advantages {
  width: 100%;
}
.section-advantages .section__inner {
  width: 100%;
}
.section-advantages .section__content {
  width: 100%;
  padding: 0 8rem;
}
.section-advantages .cards-list {
  width: 100%;
  display: grid;
  gap: 4.8rem;
  grid-template-columns: repeat(2, 1fr);
}

/*  */

@media (width <= 768px) {
  .section-advantages .section__content {
    padding: 0 2.8rem;
  }
  .section-advantages .cards-list {
    gap: 2.8rem;
  }
}
