
#hero.is-about {
  padding: 220px 0 128px;
  position: relative;
  background-image: none;
  background: white;
  z-index: 5;
  overflow: hidden;
}

#hero .container-1200 {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}

#hero.is-about h1 {
  font-weight: 600;
  max-width: 1069px;
  margin: auto;
  margin-bottom: 32px;
  letter-spacing: -0.04em;
  opacity:  1;
}

#hero .hero-entry {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#hero .hero-entry p {
  font-size: 18px;
  max-width: none;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin: auto; 
  margin-top: 0;
  max-width: 835px;
  opacity:  0;
  animation: fadeIn .2s ease-in 100ms forwards;
  color: var(--dark-blue);

}

@media (min-width: 991px) {
  #hero.is-about h1 {
    font-size: 68px;
    line-height: 74px;
  }
  #hero .hidden-mobile {
    display: flex;
  }
  .companies-row.hidden-mobile {
    display: flex!important;
  }
  #hero .hidden-desktop {
    display: none!important;
  }
  #hero .stats-number span.unit-mobile {
    display: none;
  }
}

@media (max-width: 991px) {

  #hero.is-about {
    padding: 180px 0 80px;
  }

}

@media (max-width: 767px) {


  #hero .hero-entry p {
    margin: 0 auto 24px;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 140%;
    max-width: 325px;
  }


}

@media (max-width: 575px) {

  #hero.is-about h1 {
    font-weight: 600;
    line-height: 110%;
    font-size: 40px;
  }

  #hero .gradient-hero { 
    display: none;
  }
  #hero .gradient-hero-mobile { 
    display: block!important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index; 0;
    height: auto;
  }
  #hero .bg-color,   #hero.is-about h1,   #hero .hero-entry p,   #hero .hero-entry .hero-buttons,   #hero .title-companies  {
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 425px) {

}
@media (max-width: 390px) {
  #hero.is-about h1 {
    font-size: 36px;
  }
}


