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

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

.service-hero {
  position: relative;
  min-height: 412px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(rgba(15, 15, 20, 0.55), rgba(15, 15, 20, 0.55)),
              url("static/img/sdab.jpeg");
  background-size: cover;
  background-position: center;
}

.service-hero__content {
  padding: 0 70px 40px;
  max-width: 700px;
}

.service-hero .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e5e7eb;
  margin-bottom: 14px;
}

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

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

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

  .service-hero .headline {
    font-size: 27px;
  }
}
