.advantages-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 140px !important;
}

.swiper-wrapper {
  justify-content: center;
}

.advantages-cards-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-top: 43px;
  overflow: visible;
}

.advantages-cards__item {
  box-sizing: border-box;
  /* flex-shrink: 0; */
  position: relative;
  max-width: 279px;
  min-height: 208px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  padding: 70px 29px 42px;
  box-shadow: 0 20px 40px 0 rgba(32, 39, 68, 0.07);
}

.advantages-cards__item-img {
  position: absolute;
  top: -43px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #19b4ff;
  box-shadow: 0 10px 30px 0 rgba(25, 180, 255, 0.3);
  transform: translateX(-50%);
}

.advantages-cards__item-title {
  position: relative;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #495795;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.advantages-cards__item-title p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
}

@media (max-width: 768px) {
  .advantages-cards {
    display: block;
  }

  .advantages-cards .container {
    padding: 0 17px;
  }

  .advantages-cards-list {
    gap: 26px;
  }

  .swiper-wrapper {
    justify-content: initial;
  }

  .advantages-cards__item {
    max-width: 166px;
    min-height: 180px;
    padding: 70px 9px 48px;
  }

  .advantages-cards__item-title {
    font-size: 16px;
  }
}
