.about-top-concept {
  padding: 140px 0 20px 0;
  overflow: hidden;
}

.about-top-concept__holder {
  width: 100%;
  height: 100vh;
  margin-bottom: 40px;
}

.about-top-concept__container {
  max-width: 840px;
}

.about-top-concept__subtitle {
  text-transform: none;
}

.about-top-concept__subtitle.splitting {
  position: relative;
}

.about-top-concept__subtitle.splitting .char {
  display: inline-block;
  line-height: 1.3;
  color: #1a1a1a;
  transition: color 1s ease;
  opacity: 0.05;
}

.about-top-concept__subtitle.splitting .char {
  opacity: 0.15;
}

/* Whitespace handling for words */
.about-top-concept__title.splitting .whitespace,
.about-top-concept__description.splitting .whitespace {
  display: inline;
  white-space: pre-wrap;
}

@media screen and (max-width: 1080px) {
  .about-top-concept__container {
    max-width: 716px;
  }
}
