.body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  max-width: 1280px;
  margin: 0 auto;
}

.headline {
  display: flex;
  box-sizing: content-box;
  margin: 0 32px;
  max-width: 536px;
  text-wrap: balance;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  text-align: center;
  font-weight: 700;
}

.information {
  box-sizing: content-box;
  margin: 10px 46px 0 46px;
  width: 100%;
  text-wrap: balance;
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17.724px;
  line-height: 23.041px; /* 130% */
}

.cta-button {
  display: inline-flex;
  margin: 28px 0 0 0;
  padding: 12px 15px;
  align-items: center;
  gap: 6px;
  border-radius: 5px;
  background: #e32e2c;
  color: #fff;
  text-align: center;
  font-family: "Uber Move";
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.drizly-bear-riding-bike {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
}

.legal-link {
  color: black;
  text-decoration: none;
}

/* Tablet + Desktop Breakpoint */
@media only screen and (min-width: 768px) {
  .body {
    min-height: 100vh;
  }

  .main {
    height: unset;
    justify-content: space-between;
  }

  .headline {
    font-size: 60px;
    line-height: 66px; /* 110% */
  }

  .information {
    max-width: 550px;
    text-wrap: unset;
    font-size: 20px;
    line-height: 26px; /* 130% */
  }

  .cta-button {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }

  .drizly-bear-riding-bike {
    display: flex;
    max-width: 640px;
    max-height: 600px;
  }
}
