header {
  background-image: linear-gradient(
      rgba(56, 56, 56, 0.5),
      rgba(56, 56, 56, 0.5)
    ),
    url(https://assets-cdn.carwars.com/websites/callbox/landers/high-value-webinar-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
}

a.link {
  color: var(--green2);
  font-weight: 600;
}

header.lander .bracket {
  font-family: var(--head);
  text-transform: uppercase;
  color: var(--green4);
  font-size: 2rem;
  margin-left: 0.5rem;
}

header.lander .time {
  color: white;
  width: fit-content;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  background-color: var(--blue2);
  border-radius: 3rem;
  font-family: var(--head);
  text-transform: uppercase;
}

header.lander .title {
  font-size: 3rem;
}

section.first.lander .pill {
  display: flex;
  flex-direction: row;
}

section.first.lander .pill p {
  margin: auto;
  margin-left: 0rem;
}

img#giftcard {
  height: 4rem;
  padding: 2rem;
  transform: rotate(-5deg);
}

section.first.lander .slogan {
  margin-bottom: 0;
}

section.first.lander div#offer {
  margin-bottom: 1rem;
}
section.first.lander p.offer {
  font-size: 1rem;
}

section.first.lander p.fineprint {
  font-size: 0.8rem;
  font-style: italic;
}

section.first.lander div#offer {
  max-width: 550px;
}

.thumbnail img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.webinartitle {
  color: var(--gray1);
}

.details button {
  margin-top: 1rem;
}

@media screen and (max-width: 770px), screen and (max-device-width: 770px) {
  section.first.lander div#offer {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
  header {
    background-position: top, 30%;
  }

  header.lander .title {
    font-size: 2rem;
  }

  section.first.lander div#offer {
    flex-wrap: wrap;
  }

  img#giftcard {
    height: 6rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header {
    background-position: top, 80%;
  }
}
