#columns {
  padding-top: 35px !important;
}

.img-top {
  position: relative;
}
.img-top > img {
  display: block;
  width: 100vw;
  height: auto;
  max-height: 350px;
  object-fit: cover;
}
.img-top .content {
  color: white;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.img-top .content .header-logo {
  width: 100%;
}
.img-top .content h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 49px;
  line-height: 64px;
}
.img-top .content h1.black {
  color: #0C0C0D;
}
.img-top .content h1.white {
  color: #ffFFff;
}
.img-top .content h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
}
.img-top .content h2.black {
  color: #0C0C0D;
}
.img-top .content h2.white {
  color: #ffFFff;
}
.img-top.head__responsive .bg-header.bg__header__mobile {
  display: none;
}

@media (max-width: 1024px) {
  .img-top > img {
    object-fit: cover;
    height: 300px;
  }
  .img-top .content {
    width: 100%;
    padding: 16px;
  }
  .img-top .content h1 {
    font-size: 32px;
    line-height: 39px;
  }
  .img-top .content .header-logo {
    width: 300px;
  }
  .img-top.head__responsive .bg-header.bg__header__desktop {
    display: none;
  }
  .img-top.head__responsive .bg-header.bg__header__mobile {
    display: block;
  }
}

/*# sourceMappingURL=lp-header.css.map */
