/* =========================
   TOP AREA
========================= */

.fullwidth-image-top .fullwidth-top {
  margin-bottom: 20px;
  align-items: flex-end;
}

.fullwidth-image-top .fullwidth-top > div {
  display: flex;
}

.fullwidth-image-top .fullwidth-top > div > * {
  margin-top: auto;
}

/* HEADLINE */

.fullwidth-image-top .fullwidth-headline {
  color: var(--color-green);
  margin: 0;
}

/* RIGHT TEXT */

.fullwidth-image-top .fullwidth-text {
  max-width: 570px;
  margin-left: auto;
}

.fullwidth-image-top .fullwidth-text p {
  margin-bottom: 0;
}

/* =========================
   IMAGE
========================= */

.fullwidth-image-top .fullwidth-image-wrap {
  border-radius: 16px;
  overflow: hidden;
  max-height: 55vh;
}

.fullwidth-image-top .fullwidth-image-wrap img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  display: block;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
  .fullwidth-image-top {
    padding: 60px 0;
  }

  .fullwidth-image-top .fullwidth-top {
    margin-bottom: 20px;
  }

  .fullwidth-image-top .fullwidth-text {
    margin-left: 0;
    margin-top: 10px;
  }
}
