.wgt-advantages.sm-advantages-section .section-text {
  margin-bottom: 2.625rem;
}
.wgt-advantages .sm-advantages-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(30%, 300px), 1fr));
  gap: 1.5rem;
}
.wgt-advantages .sm-advantages-cards-container .sm-advantage-card {
  border-radius: 10px;
  border: 1px solid var(--primary-color-6);
  box-shadow: var(--new-shadow);
  padding: 1.5rem 2rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.wgt-advantages .sm-advantages-cards-container .sm-advantage-card > div {
  min-height: 120px;
}
.wgt-advantages .sm-advantages-cards-container .sm-advantage-card img {
  width: 44px;
  height: 44px;
  margin-bottom: 1.5rem;
}
.wgt-advantages
  .sm-advantages-cards-container
  .sm-advantage-card
  :is(h1, h2, h3, h4, h5, h6) {
  color: var(--title-color);
  font-size: var(--title-font-size-5);
}
.wgt-advantages .sm-advantages-cards-container .sm-advantage-card .description {
  font-size: var(--description-font-size);
  color: var(--description-color);
}
@media screen and (max-width: 576px) {
  .wgt-advantages .sm-advantages-cards-container .sm-advantage-card,
  .wgt-advantages .sm-advantages-cards-container .sm-advantage-card > div {
    min-height: unset;
  }
  .wgt-advantages .sm-advantages-cards-container {
    gap: 0.875rem;
  }
  .wgt-advantages .sm-advantages-cards-container .sm-advantage-card {
    padding: 1.5rem;
  }
}

.wgt-advantages .section-text {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.wgt-advantages .section-text :is(h1, h2, h3, h4, h5, h6) {
  color: var(--title-color);
  font-size: var(--title-font-size-2);
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1rem;
}
.wgt-advantages .section-text > p {
  color: var(--title-color);
  font-size: var(--title-font-size-2);
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1rem;
}
