.hero__wrapper {
  position: relative;
  height: 20vh;
  border-radius: 0px 0px 32px 32px !important;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 74px 32px;
  min-height: 50vh !important;
}
@media (max-width: 768px) {
  .hero__wrapper {
    min-height: 30vh !important;
  }
}
.hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
  vertical-align: unset !important;
}
.hero figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
  vertical-align: unset !important;
}
.hero__content {
  z-index: 3;
  position: relative;
  display: flex;
  color: #fff;
  flex-direction: column;
}
.hero__content h1 {
  font-size: 4.5rem;
  margin-bottom: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #e31e24;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 2.5rem;
  }
}

.content img {
  width: 70px;
}
.content__row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.wp-block-button__link {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  font-weight: 500;
  transition: all 0.3s;
}

.wp-block-button__link:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-4px);
}

/*# sourceMappingURL=page-informasjon.css.map */
