.advantages__content {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.advantages__text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 82px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  color: rgba(137, 141, 144, 0.3019607843);
}
.advantages__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}
.advantages__desc {
  max-width: 575px;
}
.advantages__body {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.advantages__item {
  display: flex;
  height: 499px;
  width: 445px;
  border-radius: 8px;
transition: color 0.3s ease, background 0.3s ease;
  position: relative;
}
.advantages__item:hover .advantages__clip {
  background: #0d499c;
}
.advantages__item:hover .advantages__title {
  color: #fff;
}
.advantages__item:hover .advantages__desc {
  color: #fff;
}
.advantages__item:hover .advantages__rect {
  background: #0d499c;
}
.advantages__item:hover .advantages__rect img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(49%) saturate(722%) hue-rotate(159deg) brightness(102%) contrast(101%);
}
.advantages__item-digits {
  font-family: Poppins;
  font-weight: 500;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -3%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #4d525a;
  transition: 0.3s ease;
}
.advantages__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01rem;
  color: #4d525a;
  max-width: 55%;
  transition: 0.3s ease;
  height: 108px;
}
.advantages__desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #898d90;
  opacity: 1;
  height: 66px;
  overflow: hidden;
  transition: 0.3s ease;
}
.advantages__rect {
  width: 106px;
  aspect-ratio: 1;
  background: rgba(137, 141, 144, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 12px;
  transition: 0.3s ease;
}
.advantages__rect img {
  width: 48px;
  height: 48px;
}
.advantages__item-body {
  display: flex;
  flex-flow: column;
  gap: 18px;
}
.advantages__img {
  height: 243px;
  border-radius: 8px;
}
.advantages__clip {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: rgba(137, 141, 144, 0.1019607843);
  padding: 24px;
  gap: 16px;
  transition: 0.3s ease;
  clip-path: polygon(71.236% 0%, 71.236% 0%, 71.673% 0.031%, 72.088% 0.123%, 72.475% 0.268%, 72.829% 0.464%, 73.143% 0.704%, 73.412% 0.985%, 73.632% 1.3%, 73.795% 1.645%, 73.897% 2.015%, 73.933% 2.405%, 73.933% 20.842%, 73.933% 20.842%, 73.968% 21.232%, 74.07% 21.602%, 74.234% 21.947%, 74.453% 22.262%, 74.722% 22.542%, 75.037% 22.782%, 75.39% 22.978%, 75.777% 23.124%, 76.192% 23.215%, 76.629% 23.246%, 97.303% 23.246%, 97.303% 23.246%, 97.741% 23.278%, 98.156% 23.369%, 98.543% 23.515%, 98.896% 23.711%, 99.21% 23.951%, 99.48% 24.231%, 99.699% 24.546%, 99.863% 24.891%, 99.965% 25.261%, 100% 25.651%, 100% 97.595%, 100% 97.595%, 99.965% 97.985%, 99.863% 98.355%, 99.699% 98.7%, 99.48% 99.015%, 99.21% 99.296%, 98.896% 99.536%, 98.543% 99.732%, 98.156% 99.877%, 97.741% 99.969%, 97.303% 100%, 2.697% 100%, 2.697% 100%, 2.259% 99.969%, 1.844% 99.877%, 1.457% 99.732%, 1.104% 99.536%, 0.79% 99.296%, 0.52% 99.015%, 0.301% 98.7%, 0.137% 98.355%, 0.035% 97.985%, 0% 97.595%, 0% 2.405%, 0% 2.405%, 0.035% 2.015%, 0.137% 1.645%, 0.301% 1.3%, 0.52% 0.985%, 0.79% 0.704%, 1.104% 0.464%, 1.457% 0.268%, 1.844% 0.123%, 2.259% 0.031%, 2.697% 0%, 71.236% 0%);
}

@media (max-width: 1024px) {
  .advantages__text {
    text-wrap: nowrap;
    overflow: hidden;
  }
  .advantages__content {
    gap: 28px;
  }
  .advantages__body {
    gap: 28px;
  }
  .advantages__item {
    height: auto;
  }
  .advantages__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #4D525A;
  }
  .advantages__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
		text-wrap: wrap;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(137, 141, 144, 0.3);
  }
  .advantages__rect {
    width: 24.5%;
    height: 21%;
  }
  .advantages__rect img {
    width: 33px;
    height: 33px;
  }
  .advantages__clip {
    gap: 36px;
  }
  .advantages__item-body {
    gap: 24px;
  }
  .advantages__img {
    height: 189px;
  }
  .advantages__desc {
    height: 40px;
    overflow: auto;
  }
}/*# sourceMappingURL=style.css.map */