.nhec-sliding-items {
  position: relative;
  min-height: 576px;
  overflow: hidden;
}

.sliding-item {
  display: flex;
  width: 444px;
  height: 500px;
  padding: 30px 37px 60px 37px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--bg, #2E73BD);
  color: var(--color, #fff);
  position: absolute;
}
@media screen and (max-width: 1188px) {
  .sliding-item {
    position: static;
    margin: 10px auto;
    transform: none !important;
  }
}
.sliding-item > .counter {
  font-family: "Asap Condensed", sans-serif;
  font-size: 208px;
  font-style: normal;
  font-weight: 400;
  line-height: 260px;
}
.sliding-item > .counter > .counter-unit {
  color: #FFF;
  font-family: "Asap Condensed";
  font-size: 57px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
}
.sliding-item > .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.sliding-item > .icon {
  width: 67px;
  height: 67px;
}
.sliding-item > .paragraph {
  font-family: "Urbanist Variable Weight", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.team-commitment h2 span {
  font-family: "Asap Condensed", sans-serif;
}
