.about .about-copy p {
  max-width: 760px;
}

.about .about-copy p + p {
  margin-top: 18px;
}

.about .about-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-facts dd {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.about-facts dd strong {
  color: #fff;
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.about-facts dd span {
  color: #999;
  font-size: 11px;
  line-height: 1.7;
}

.skills {
  color: #fff;
  background: rgba(0, 0, 0, .42);
}

.skills .label {
  color: #aaa;
}

.skills ul {
  border-color: var(--line);
}

.skills li {
  border-color: var(--line);
}

.skills li span {
  color: #999;
}

@media (max-width: 980px) and (min-width: 761px) {
  .about .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about .about-facts div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .about .about-copy p + p {
    margin-top: 15px;
  }

  .about .about-facts {
    grid-template-columns: 1fr;
  }

  .about-facts dd strong {
    font-size: 25px;
  }
}
