header.lander {
  background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/Scheduling-Objections-Header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: scroll;
}

header.lander #icon {
  width: 5rem;
}

header.lander .textwrapper {
  color: var(--d-gray);
  max-width: 500px;
  margin-left: 5rem;
}

header.lander .title {
  font-size: 2.5rem !important;
  font-family: var(--head);
  text-shadow: none;
}

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

header.lander .time {
  background-color: var(--d-gray);
  border-radius: 10rem;
  padding: 1rem 2rem;
  margin: 1rem auto;
  width: fit-content;
}

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: 1050px), screen and (max-device-width: 1050px) {
  header.lander .textwrapper {
    max-width: 40%;
    margin: auto;
  }

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

@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) {
  header.lander {
    background-position: 12% top;
    background-image: linear-gradient(
        rgba(256, 256, 256, 0.5),
        rgba(256, 256, 256, 0.5),
        rgba(256, 256, 256, 1),
        rgba(256, 256, 256, 1)
      ),
      url(https://assets-cdn.carwars.com/websites/callbox/landers/Scheduling-Objections-Header.jpg);
    background-size: cover;
    background-color: white;
  }

  header.lander .textwrapper {
    max-width: 100%;
  }

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

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