.odometer__item-value,
.odometer__text {
  color: var(--color-black);
  font-weight: 400;
}
.odometer__wrapper {
  padding: 140px 0;
}
@media only screen and (max-width: 1200px) {
  .odometer__wrapper {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .odometer__wrapper {
    padding: 0 0 60px;
  }
}
.odometer__content {
  display: flex;
  flex-direction: column;
  gap: 85px 0;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1200px) {
  .odometer__content {
    gap: 65px 0;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .odometer__content {
    gap: 45px 0;
    margin-bottom: 45px;
  }
}
.odometer__headline {
  max-width: 688px;
  width: 100%;
}
.odometer__text {
  color: #545454;
  max-width: 618px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .odometer__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .odometer__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.odometer__button {
  display: flex;
  justify-content: start;
}
.odometer__headline .title-regular {
  margin-bottom: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .odometer__headline .title-regular {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .odometer__headline .title-regular {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .odometer__headline .title-regular {
    font-size: 36px;
  }
}
.odometer__list {
  display: flex;
  gap: 25px 140px;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .odometer__list {
    gap: 25px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .odometer__list {
    gap: 25px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .odometer__list {
    gap: 25px;
  }
}
.odometer__item-value {
  font-size: 90px;
  line-height: 0.91;
  font-weight: 600;
  color: #27383f;
  display: flex;
  margin-left: -6px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .odometer__item-value {
    font-size: 72px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .odometer__item-value {
    font-size: 54px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 575px) {
  .odometer__item-value {
    font-size: 42px;
    margin-bottom: 0;
  }
}
.odometer__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  .odometer__item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .odometer__item-title {
    font-size: 16px;
  }
}
.odometer-inside {
  display: flex;
  align-items: center;
}
.odometer-value {
  width: 100%;
}
.odometer__item {
  display: flex;
  flex-direction: column;
}
.odometer__image {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  aspect-ratio: 1440 / 700;
  overflow: hidden;
  object-fit: cover;
}
.section-odometer + .recent-posts {
  padding-top: 0;
}
