.new_numbers {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.new_numbers__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
  margin-bottom: 32px;
}
.new_numbers__img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.new_numbers__title {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}
.new_numbers__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.new_numbers__text p {
  margin-bottom: 28px;
}
.new_numbers__text p:last-child {
  margin-bottom: 0;
}
.new_numbers__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  gap: 48px;
}
.new_numbers__item {
  padding-left: 22px;
  border-left: 2px solid #ff8989;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #7d7d82;
}
.new_numbers__item-num {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #1c1c20;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .new_numbers__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .new_numbers {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .new_numbers__list {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }
  .new_numbers__item {
    font-size: 16px;
    line-height: 24px;
  }
  .new_numbers__item-num {
    font-size: 32px;
    line-height: 40px;
  }
}
.new_numbers_green .new_numbers__item {
  border-left: 2px solid #34cca9;
}

.new_numbers_content-744 .new_numbers__text {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

/*******************************************************************************/
.new_numbers_years .new_numbers__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}
.new_numbers_years .new_numbers__item-year {
  position: relative;
  margin-top: 76px;
  background: #fafafa;
  border-radius: 6px;
  padding: 16px;
}
.new_numbers_years .new_numbers__item-year::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 64px;
  top: -76px;
  left: 0;
  background-image: url("../../../new_icon/new_numbers_dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new_numbers_years .new_numbers__item-year h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1c1c20;
}
.new_numbers_years .new_numbers__item-year h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  margin-bottom: 12px;
}
.new_numbers_years .new_numbers__item-year p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d82;
  margin-bottom: 12px;
}
.new_numbers_years .new_numbers__item-year img {
  max-width: 48px;
  max-height: 48px;
}
.new_numbers_years .new_numbers__item-year > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .new_numbers_years .new_numbers__list {
    margin-top: 72px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 56px;
  }
}
@media (max-width: 580px) {
  .new_numbers_years .new_numbers__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}