header.lander {
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    url(https://assets-cdn.carwars.com/websites/callbox/landers/Reports-Webinar-Header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  justify-content: left;
}

header.lander .textwrapper {
  margin-left: 6rem;
  text-align: left;
  color: var(--orange1);
  max-width: 500px;
}

header.lander .textwrapper label {
  color: var(--blue1);
}

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

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

.title-gray {
  color: var(--gray1);
}

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

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

section.first.lander .left .pill span {
  color: var(--gray1);
  font-size: 1rem;
}

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

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

img#amazoncard {
  height: 4rem;
  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.7rem;
}

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

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

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

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  header.lander {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.7)
      ),
      url(https://assets-cdn.carwars.com/websites/callbox/landers/Reports-Webinar-Header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    justify-content: center;
  }

  header.lander .textwrapper {
    margin-left: 0rem;
    text-align: center;
  }

  section.first.lander div#offer {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header.lander .subtitle {
    font-size: 1.5rem;
  }

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

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