article.sponsorship-node .sponsorship-header {
  position: relative;
  height: 100vh;
}

article.sponsorship-node .sponsorship-header div,
article.sponsorship-node .sponsorship-header img {
  height: 100%;
  width: 100%;
}

article.sponsorship-node .sponsorship-header img {
  object-fit: cover;
  object-position: top center;
}

article.sponsorship-node .sponsorship-description--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40vh;
  padding-top: 6.5em;
  margin: 4.593em 0 0.919em;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1020px;
}

article.sponsorship-node .sponsorship-description--text {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  height: auto;
  margin: 0 auto;
  margin-top: 14em;
  padding: 2.5em 3em;
  background-color: #fff;
  font-weight: 400;
}

article.sponsorship-node .title-with-line {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 1.5em;
}

article.sponsorship-node .title-line {
  flex: 1;
  height: 2px;
  background: #000;
  min-width: 40px;
  margin-bottom: 5px;
  font-family: Mirador, sans-serif;
}

article.sponsorship-node h1 {
  margin: 0;
}

@media (min-width: 768px) {
  article.sponsorship-node .sponsorship-description--container {
    margin: 5em 6em 6em;
    background-position: -18em center;
    background-size: 70%;
    min-height: 350px;
    max-width: 1440px;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  article.sponsorship-node .sponsorship-description--text {
    width: 70%;
    max-width: 600px;
    margin: 1.2em 5.2em 1.2em 0em;
    padding: 1.2em 5.2em 1.2em 3em;
  }

  article.sponsorship-node .sponsorship-description--text p {
    font-size: 0.81em;
    line-height: 1.25;
  }

  article.sponsorship-node .sponsorship-description--text h1 {
    font-size: 2.125em;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  article.sponsorship-node .sponsorship-description--text {
    margin: 1.2em 3.5em;
  }
}

@media (max-width: 800px) {
  article.sponsorship-node .sponsorship-description--text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  article.sponsorship-node .sponsorship-description--container {
    margin: 8em;
  }
}

@media (min-width: 1400px) {
  article.sponsorship-node .sponsorship-description--container {
    background-size: 55% auto;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 11.25em 10em;
    align-items: center;
    min-height: 500px;
  }

  article.sponsorship-node .sponsorship-description--text {
    width: 48%;
  }

  article.sponsorship-node .sponsorship-description--text p {
    font-size: 1.125em;
    line-height: 1.25;
  }

  article.sponsorship-node .sponsorship-description--text h1 {
    font-size: 2.875em;
  }
}

@media (max-width: 759px) {
  article.sponsorship-node .sponsorship-description--container {
    margin-bottom: 6vh;
    background-size: 100%;
    min-height: 90vh;
  }

  article.sponsorship-node .sponsorship-description--text {
    width: 90%;
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  article.sponsorship-node .sponsorship-description--text {
    top: 25%;
  }
}

@media (max-width: 550px) {
  article.sponsorship-node .sponsorship-description--text {
    top: 28%;
    right: 8%;
    width: 60%;
    width: 85%;
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  article.sponsorship-node .sponsorship-description--text {
    top: 30%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  article.sponsorship-node .sponsorship-description--container {
    min-height: 400px;
  }

  article.sponsorship-node .sponsorship-description--text {
    margin-right: 18%;
  }

  article.sponsorship-node .sponsorship-description--text p {
    font-size: 1.125em;
    line-height: 1.25;
  }

  article.sponsorship-node .sponsorship-description--text h1 {
    font-size: 2.875em;
  }
}

@media (min-width: 760px) and (max-width: 1000px) {
  article.sponsorship-node .sponsorship-description--text {
    width: 55%;
    max-width: 500px;
    margin: 1.2em 10em;
    padding: 1.2em;
  }
}

@media (min-width: 1700px) {
  article.sponsorship-node .sponsorship-description--container {
    margin: 11.25em auto;
  }
}