body > main {
  width: 75vw;
  margin: 2rem auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}
body > main > div:first-child {
  position: relative;
}
body > main > div:first-child > h1 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
body > main > div:first-child > img {
  display: none;
  width: 100%;
}
body > main > div:last-child {
  width: 30%;
  flex-shrink: 0;
}
body > main > div:last-child > img {
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1080px) {
  body > main {
    display: block;
    margin: 0;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  body > main > div:first-child > h1 {
    font-size: 2rem;
  }
  body > main > div:first-child > .description {
    padding: 0;
  }
  body > main > div:first-child > img {
    display: block;
  }
  body > main > div:last-child {
    width: 100%;
  }
  body > main > div:last-child > img {
    display: none;
  }
}

/*# sourceMappingURL=sponsorship_detail.css.map */
