#advantagesSec {
  position: relative;
  margin-bottom: var(--space-between-sections);
}

#advantagesSec span.title {
  display: block;
  margin: 0 0 25px 0;
  font-size: 14px;
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

#advantagesSec .advantages-slider .item {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

#advantagesSec .advantages-slider .item:after {
  content: "";
  width: 270px;
  height: 100%;
  background-color: var(--color-grey);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#advantagesSec .advantages-slider .item img {
  width: auto;
  height: auto;
  margin: 0 auto 40px auto;
  aspect-ratio: 1/1;
  max-width: 64px;
  filter: var(--color-filter-icon-primary);
}

#advantagesSec .advantages-slider .item .infotitle {
  display: block;
  margin: 0 0 10px 0;
  font-family: var(--font-text-family);
  font-weight: normal;
  font-size: var(--font-subtitle-size);
  color: var(--color-black);
  line-height: 32px;
}

#advantagesSec .advantages-slider .item .infodecs {
  display: block;
  margin: 0;
  font-size: var(--font-text-size);
  color: var(--color-black);
  font-weight: normal;
  line-height: 20px;
}

#advantagesSec .customNav {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

#advantagesSec .customNav button {
  width: 17px;
  padding: 0;
  background-color: transparent;
  filter: var(--color-filter-icon-primary);
}

#advantagesSec .customNav #counter {
  width: 80px;
  margin: 0 5px;
  font-family: var(--font-text-family);
  font-weight: normal;
  font-size: 17px;
  color: var(--color-black);
  line-height: 17px;
  text-align: center;
}

#advantagesSec .customNav #counter span {
  font-family: var(--font-text-family);
  color: var(--color-primary);
  font-weight: 900;
}

@media only screen and (min-width: 959px) and (max-width: 1180px) {
  #advantagesSec .advantages-slider .item:after {
    width: 235px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #advantagesSec .advantages-slider .item:after {
    width: 185px;
  }
  #advantagesSec .advantages-slider .item .infotitle {
    font-size: 20px;
    line-height: 23px;
  }
  #advantagesSec .advantages-slider .item .infodecs {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #advantagesSec .advantages-slider .item:after {
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
  }
  #advantagesSec .advantages-slider .item .infotitle {
    font-size: 20px;
    line-height: 23px;
  }
  #advantagesSec .advantages-slider .item .infodecs {
    font-size: 14px;
    line-height: 18px;
  }
  #advantagesSec .customNav {
    display: flex;
  }
}
