.about {
  box-sizing: border-box;
  color: var(--color-light);
  overflow: hidden;
  min-height: 50vh;
  padding: calc(53 * 100vw / var(--page-width))
    calc(16 * 100vw / var(--page-width));
}

@media only screen and (min-width: 768px) {
  .about {
    align-items: start;
    display: flex;
    padding: calc(100 * 100vw / var(--page-lg-width))
      calc(130 * 100vw / var(--page-lg-width));
  }
}

.about_headline [data-animate] {
  opacity: 0.5;
}

.about_headline .label {
  transform: translateY(calc(10 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_headline .label {
    transform: translateY(calc(10 * 100vw / var(--page-lg-width)));
  }
}

.about_headline .about_title {
  transform: translateY(calc(30 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_headline .about_title {
    transform: translateY(calc(30 * 100vw / var(--page-lg-width)));
  }
}

.about_headline .h3 {
  transform: translateY(calc(90 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_headline .h3 {
    transform: translateY(calc(90 * 100vw / var(--page-lg-width)));
  }
}

.about_headline a {
  transform: translateY(calc(160 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_headline a {
    transform: translateY(calc(160 * 100vw / var(--page-lg-width)));
  }
}

.about_title {
  font-size: calc(28 * 100vw / var(--page-width));
  line-height: 0.8;
  margin-top: calc(20 * 100vw / var(--page-width));
  text-transform: uppercase;
  width: calc(312 * 100vw / var(--page-width));
}

@media only screen and (min-width: 768px) {
  .about_title {
    font-size: calc(76 * 100vw / var(--page-lg-width));
    margin-top: calc(40 * 100vw / var(--page-lg-width));
    width: calc(800 * 100vw / var(--page-lg-width));
  }
}

.about_title_alternate {
  font-size: calc(20 * 100vw / var(--page-width));
  text-transform: lowercase;
}

@media only screen and (min-width: 768px) {
  .about_title_alternate {
    font-size: calc(50 * 100vw / var(--page-lg-width));
  }
}

.about_description {
  font-size: calc(14 * 100vw / var(--page-width));
  margin-left: calc(78 * 100vw / var(--page-width));
  margin-top: calc(40 * 100vw / var(--page-width));
  width: calc(264 * 100vw / var(--page-width));
}

@media only screen and (min-width: 768px) {
  .about_description {
    font-size: calc(24 * 100vw / var(--page-lg-width));
    margin-left: calc(125 * 100vw / var(--page-lg-width));
    margin-top: calc(93 * 100vw / var(--page-lg-width));
    width: calc(455 * 100vw / var(--page-lg-width));
  }
}

/* Set to block to visualize transform animations. */
.about span[data-animate] {
  display: inline-block;
  text-transform: uppercase;
}

.about_description a {
  display: inline-block;
  font-size: calc(20 * 100vw / var(--page-width));
  transition: color 0.25s ease-in;
}

@media only screen and (min-width: 768px) {
  .about_description a {
    font-size: calc(20 * 100vw / var(--page-lg-width));
    margin: calc(21 * 100vw / var(--page-lg-width)) 0 0
      calc(118 * 100vw / var(--page-lg-width));
  }
}

.about_description a:hover {
  color: var(--color-accent-sun);
}

.about_services {
  padding-top: calc(70 * 100vw / var(--page-width));
}

@media only screen and (min-width: 768px) {
  .about_services {
    margin-left: calc(165 * 100vw / var(--page-lg-width));
    padding-top: calc(166 * 100vw / var(--page-lg-width));
    width: calc(480 * 100vw / var(--page-lg-width));
  }
}

.about_services_items {
  list-style-type: none;
  margin-top: calc(12 * 100vw / var(--page-width));
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .about_services_items {
    margin-top: calc(40 * 100vw / var(--page-lg-width));
  }
}

.about_services p,
.about_services_items li {
  opacity: 0.5;
}

.about_services p {
  transform: translateY(calc(10 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services p {
    transform: translateY(calc(10 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li {
  transform: translateY(calc(20 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li {
    transform: translateY(calc(30 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li:nth-child(2) {
  transform: translateY(calc(30 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li:nth-child(2) {
    transform: translateY(calc(90 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li:nth-child(3) {
  transform: translateY(calc(50 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li:nth-child(3) {
    transform: translateY(calc(160 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li:nth-child(4) {
  transform: translateY(calc(75 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li:nth-child(4) {
    transform: translateY(calc(240 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li:nth-child(5) {
  transform: translateY(calc(100 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li:nth-child(5) {
    transform: translateY(calc(330 * 100vw / var(--page-lg-width)));
  }
}

.about_services_items li:nth-child(6) {
  transform: translateY(calc(130 * 100vw / var(--page-width)));
}

@media only screen and (min-width: 768px) {
  .about_services_items li:nth-child(6) {
    transform: translateY(calc(430 * 100vw / var(--page-lg-width)));
  }
}
