* {
  margin: 1;
  padding: 1;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.about-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center ;
  background-size: cover;
  background-position: center;
}

.about-hero__content {
  padding: 0 0 40px;
  max-width: 900px;
  text-align: center;
}

.about-hero .eyebrow {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fefefe;
  margin-bottom: 14px;
}

.about-hero .headline {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 260px;
  }

  .about-hero__content {
    padding: 0 30px 30px;
  }

  .about-hero .headline {
    font-size: 28px;
  }
}
