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/phone-trends-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

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;
  border-radius: 3rem;
  background-color: var(--green2);
  font-family: var(--head);
  text-transform: uppercase;
}

header.lander .title {
  font-family: var(--mlight);
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2rem;
}

header.lander .subtitle {
  font-family: var(--head);
  font-size: 2rem;
}

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

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

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

section.first.lander .slogan {
  font-family: var(--head);
  font-size: 1.5rem;
  color: var(--d-gray);
  margin-top: 1rem;
}

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

section.first.lander .offerText {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.offerText p {
  font-family: var(--head);
  font-size: 1.25rem;
}

section.first.lander p.fineprint {
  font-family: var(--body);
  font-size: 0.8rem;
  font-style: italic;
}

.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) {
  header {
    background-image: linear-gradient(
        rgba(56, 56, 56, 0.8),
        rgba(56, 56, 56, 0.8)
      ),
      url(https://assets-cdn.carwars.com/websites/callbox/landers/phone-trends-header.jpg);
    background-position: 25%;
  }

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

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
  header.lander .title {
    font-size: 2.5rem;
  }

  header.lander .subtitle {
    font-size: 1.5rem;
  }

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

  img#gift {
    padding-bottom: 1rem;
    margin-top: -8rem;
  }
}
