@media only screen and (min-width: 992px) {
  .about + .feedback {
    padding-top: 11rem;
  }
}
.about__content-subtitle {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-top: 0.8rem;
}
.about__content-descr {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.about__content-descr p + p {
  margin-top: 3rem;
}
.about__content-descr br {
  content: "";
  display: block;
  height: 0.8rem;
}
.about__achievement {
  margin-top: 6.4rem;
  display: grid;
  grid-gap: 3.2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .about__achievement {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .about__achievement {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 6rem;
  }
}
.about__achievement-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .about__achievement-item:last-of-type {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 768px) {
  .about__achievement-item {
    align-items: flex-start;
  }
}
.about__achievement-label {
  color: #606492;
  letter-spacing: -0.01em;
  max-width: 26.2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about__achievement-label {
    text-align: left;
  }
}
.about .countdown {
  position: relative;
  text-align: left;
  display: inline-block;
}
.about .countdown__wrap {
  height: 5.7rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.about .countdown__digit {
  position: relative;
  top: 0;
  transition: top 2500ms linear;
  font-size: 5.7rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--black);
  font-weight: 400;
}