.advantages {
  background: #f0f2f5;
}
.advantages__content {
  display: flex;
  flex-flow: column;
  gap: 76px;
}
.advantages__list {
  display: flex;
  flex-flow: column;
  padding: 20px 0;
}
.advantages .advatages__item {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateX(var(--translate-x, -80%));
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}
.advantages .advatages__item.visible {
  opacity: 1;
  transform: translateX(0);
}
.advantages .advatages__item-title {
  font-family: Geist;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4%;
  color: #607d8b;
  max-width: 577px;
  width: 100%;
}
.advantages .advatages__item-value {
  max-width: 739px;
  width: 100%;
  font-family: Geist;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -4.48px;
  color: #001c36;
}
.advantages .advatages__item-value span {
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 80px;
  letter-spacing: -4.48px;
}
.advantages .advatages__item-image {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}
.advantages__button {
  display: flex;
  flex-flow: row;
  gap: 8px;
  align-items: center;
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: center;
  color: #001c36;
  text-decoration: none;
  margin-bottom: 148px;
}
.advantages__button svg {
  width: 24px;
  height: 24px;
}
.advantages__button-image {
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  border-radius: 100px;
}

@media (max-width: 1024px) {
  .advantages {
    background: #f0f2f5;
  }
  .advantages__content {
    display: flex;
    flex-flow: column;
    gap: 0px;
  }
  .advantages__list {
    display: flex;
    flex-flow: column;
    padding: 20px 0;
  }
  .advantages .advatages__item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transform: translateX(var(--translate-x, -70%));
  }
  .advantages .advatages__item-title {
    font-family: font family/Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.4%;
    color: #607d8b;
    max-width: 577px;
    width: 100%;
  }
  .advantages .advatages__item-value {
    max-width: 739px;
    width: 100%;
    font-family: Geist;
    font-weight: 300;
    font-size: 48px;
	line-height: 58px;
	letter-spacing: -3.2px;
    color: #001c36;
  }
  .advantages .advatages__item-value span {
    font-family: Geist;
    font-weight: 300;
    font-size: 48px;
    line-height: 80px;
    letter-spacing: -4.48px;
  }
  .advantages .advatages__item-image {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    display: none;
  }
  .advantages__button {
    display: flex;
    flex-flow: row;
    gap: 8px;
    align-items: center;
    font-family: Geist;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0px;
    text-align: center;
    color: #001c36;
    text-decoration: none;
    margin-bottom: 36px;
    padding: 0;
  }
  .advantages__button svg {
    width: 24px;
    height: 24px;
  }
  .advantages__button-image {
    width: 64px;
    height: 64px;
    aspect-ratio: 1;
    border-radius: 100px;
  }
}/*# sourceMappingURL=style.css.map */