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

header.lander .title {
  font-family: var(--head);
}

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

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

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

section.first.lander div#offer {
  display: flex;
  justify-content: start;
  margin-bottom: 1rem;
}

img#amazoncard {
  height: 6rem;
  padding: 2rem;
  transform: rotate(-5deg);
  margin: 0;
}

section.first.lander div#offer .textwrapper {
  max-width: 350px;
  margin: 0;
}

section.first.lander p.offer {
  font-size: 1rem;
}

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

section.first.lander p.fineprint a.link {
  font-weight: 600;
  color: var(--green2);
}

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

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

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

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

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

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