.stats__content {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 10px;
}
.stats__rect {
  height: 233px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  background: rgba(137, 141, 144, 0.1019607843);
  transition: 0.3s ease;
}
.stats__rect:hover {
  background: #0d499c;
}
.stats__rect:hover .stats__title {
  color: #ffffff;
}
.stats__rect:hover .stats__desc {
  color: rgba(255, 255, 255, 0.6980392157);
  border-top: 2px solid rgba(255, 255, 255, 0.1019607843);
}
.stats__left {
  display: flex;
  flex-flow: column;
  gap: 10px;
  max-width: 26.3%;
  width: 100%;
}
.stats__right {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 988px;
}
.stats__right .stats__rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.5%;
}
.stats__title {
  transition: 0.3s ease;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #4d525a;
}
.stats__desc {
  transition: 0.3s ease;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
  padding-top: 24px;
  border-top: 2px solid #ffffff;
}
.stats__clip {
  width: 100%;
  height: 100%;
  background-position: bottom;
  clip-path: polygon(41.498% 2.526%, 41.498% 48.421%, 41.498% 48.421%, 41.482% 48.831%, 41.436% 49.22%, 41.362% 49.582%, 41.264% 49.913%, 41.142% 50.207%, 41.001% 50.46%, 40.842% 50.665%, 40.667% 50.819%, 40.48% 50.914%, 40.283% 50.947%, 1.215% 50.947%, 1.215% 50.947%, 1.018% 50.98%, 0.831% 51.076%, 0.656% 51.229%, 0.497% 51.435%, 0.356% 51.687%, 0.234% 51.982%, 0.136% 52.313%, 0.062% 52.675%, 0.016% 53.064%, 0% 53.474%, 0% 97.474%, 0% 97.474%, 0.016% 97.883%, 0.062% 98.272%, 0.136% 98.635%, 0.234% 98.966%, 0.356% 99.26%, 0.497% 99.513%, 0.656% 99.718%, 0.831% 99.871%, 1.018% 99.967%, 1.215% 100%, 98.785% 100%, 98.785% 100%, 98.982% 99.967%, 99.169% 99.871%, 99.344% 99.718%, 99.503% 99.513%, 99.644% 99.26%, 99.766% 98.966%, 99.864% 98.635%, 99.938% 98.272%, 99.984% 97.883%, 100% 97.474%, 100% 2.526%, 100% 2.526%, 99.984% 2.117%, 99.938% 1.728%, 99.864% 1.365%, 99.766% 1.034%, 99.644% 0.74%, 99.503% 0.487%, 99.344% 0.282%, 99.169% 0.129%, 98.982% 0.033%, 98.785% 0%, 42.713% 0%, 42.713% 0%, 42.516% 0.033%, 42.329% 0.129%, 42.154% 0.282%, 41.995% 0.487%, 41.854% 0.74%, 41.732% 1.034%, 41.634% 1.365%, 41.56% 1.728%, 41.514% 2.117%, 41.498% 2.526%);
}

@media (max-width: 1024px) {
  .stats__content {
    flex-flow: column-reverse;
    gap: 8px;
  }
  .stats__left, .stats__right {
    max-width: 100%;
    gap: 8px;
  }
  .stats__right {
    flex-flow: column-reverse;
  }
  .stats__right .stats__rect {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .stats__rect {
    gap: 18px;
    height: auto;
    padding: 24px 18px;
  }
  .stats__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #4D525A;
  }
  .stats__desc {
    padding-top: 18px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
  .stats__clip {
    width: 100%;
    height: 457px;
    clip-path: none;
    border-radius: 12px;
  }
}/*# sourceMappingURL=style.css.map */