.about-hero__images:before {
  content: url(/img/about/kab-hero-swoosh.png);
  position: absolute;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about-hero__images:before {
    top: -20%;
  }
}

.background--grey {
  background: #F5F5F5;
}

.hero {
  position: relative;
}
.hero--vcenter {
  align-items: center;
}
.hero:before {
  content: url("/img/about/paint-strip-purple.svg");
  position: absolute;
  z-index: 0;
  right: 0;
  top: -80px;
}
@media screen and (max-width: 480px) {
  .hero:before {
    content: url("/img/about/paint-strip-purple-mobile.svg");
    top: -40px;
    right: -35%;
  }
}
.hero__title {
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-top: -40px;
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    margin-top: -40px;
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    margin-top: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
  }
}
.hero__columns {
  align-items: center;
  display: flex;
}
.hero__mobile-col:first-child {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .hero__mobile-col:first-child {
    width: 60%;
  }
}
.hero__mobile-col:last-child {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .hero__mobile-col:last-child {
    width: 40%;
  }
}

.offkilter {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 50px auto 30px auto;
}
.offkilter__image {
  padding-right: 5px;
  padding-left: 5px;
}
.offkilter__image:nth-child(2) {
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .offkilter__image {
    padding-right: 20px;
    padding-left: 20px;
  }
  .offkilter__image:nth-child(2) {
    margin-top: -55px;
  }
}

@media screen and (max-width: 768px) {
  .reverse-tablet {
    flex-direction: column-reverse;
    display: flex;
  }
}

.rise {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .rise {
    display: block;
    margin: -30px auto 0 auto;
    max-width: 250px;
  }
}

.subhero {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .subhero {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .subhero img {
    max-width: 300px;
  }
}
.subhero__title {
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .subhero__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .subhero__title {
    font-size: 60px;
  }
}

.growth {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .growth {
    display: none;
  }
}
.growth img {
  min-width: 20px;
  padding: 10px;
}
.growth--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .growth--mobile {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
}

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