.about {
  padding-left: 1.4%;
  padding-bottom: 5.3%;
  padding-top: 2%;
  width: 100%;
  position: relative;
}
.about-title {
  font-size: clamp(1rem, 4.8vw, 5.8rem);
  font-weight: 400;
  margin-bottom: 37.5%;
}
.about-arrow {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 5%;
  transform: rotate(90deg);
}
.about-intro {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: clamp(1rem, 2vw, 6rem);
  margin-bottom: 8%;
}
.about-intro p {
  margin-bottom: 1.6%;
}
.about-years-item {
  width: 70%;
  margin-left: 30%;
  margin-bottom: 6.5%;
}
.about-years-item-title {
  font-size: clamp(6rem, 9.25vw, 15rem);
  font-weight: bold;
}
.about-years-item-descr {
  padding-left: 8.6%;
  margin-top: -2%;
}
.about-years-item span {
  display: block;
}
.about-years-item span:first-child {
  font-size: clamp(2.5rem, 2.4vw, 6rem);
}
.about-years-item span:last-child {
  font-size: clamp(1rem, 1.4vw, 6rem);
  font-style: italic;
  opacity: 0.9;
}
.about-footer {
  text-align: center;
  font-size: clamp(3rem, 3vw, 6rem);
}
.about-footer a {
  display: block;
}
.about-footer a:first-child {
  margin-bottom: 1%;
}

#about-fly-figure {
  position: fixed;
  top: 34%;
  left: 20%;
  font-weight: bold;
  font-size: clamp(6rem, 9.25vw, 15rem);
  transition: top ease 400ms;
}

/*# sourceMappingURL=about.css.map */
