/* HERO */
.hero {
  display: flex;
  justify-content: center;
  height: 70vh;
  width: 100%;
  background: url("../img/Beres-Alexandra-Fitness-header-background.png")
    no-repeat center / cover;
  position: relative;
  align-items: stretch;
  overflow-x: clip;
}

.hero-wrapper {
  display: flex;
  height: 100%;
  margin-top: -30px;
}

.hero__left,
.hero__right {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hero__right {
  align-items: flex-end;
  position: relative;
  overflow: visible;
  justify-content: flex-end;
}

.hero__left > div {
  height: auto;
}

.hero__left div button {
  margin-top: 50px;
}

.hero__left div a {
  margin-top: 50px;
}

.hero__right img {
  all: unset;
  object-fit: contain;
  display: block;
  height: 100%;
  transform: translateX(10%);
}