header.lander {
  background-image: url("https://assets-cdn.carwars.com/websites/callbox/CB+December+2023+Demo+Promo_header.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-bottom: 2rem !important;
}

header.lander .textwrapper {
  margin: auto;
  color: white;
  text-shadow: 1px 1px 4px black;
}

header.lander .textwrapper .promo {
  font-family: var(--mlight);
  font-size: 4.25rem;
  font-weight: bold;
  margin: auto auto 1.75rem auto;
  padding: 0.5rem 1rem;
  color: var(--d-blue);
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}

header.lander .textwrapper label.sub {
  font-family: var(--mlight);
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: white;
  text-transform: uppercase;
  padding-top: 1rem;
}

header.lander .textwrapper .big {
  font-size: 6rem;
  font-family: var(--mlight);
  color: white;
  text-transform: uppercase;
  line-height: 0.9;
}

header.lander .textwrapper .subtitle {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1q5;
  text-transform: none;
  text-align: center;
  max-width: 800px;
  text-shadow: 1px 1px px black;
}

.subtext {
  font-size: 3rem;
  color: white;
}

.offer {
  margin: auto;
  padding: 1rem;
  max-width: 150px;
  height: auto;
}

.offer img {
  width: 175%;
  height: auto;
  margin-left: -5.75rem;
}

.receive {
  display: flex;
  align-items: center;
}

.receive img {
  width: 25%;
  height: 30%;
  margin-right: 2rem;
  rotate: -5deg;
}
.fineprint {
  font-size: 1rem;
  line-height: 1.5;
}

.pill .zmdi-check {
  color: var(--green2);
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

section.first.lander .pill.solid {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 0.5rem;
  border-radius: 3rem;
  margin: 1.5rem 0;
}

.pill.solid {
  display: flex;
  flex-direction: row;
}

.pill.solid p {
  margin: 0 auto 0 0;
}

@media screen and (min-width: 1600px) {
  header.lander {
    background-image: url("https://assets-cdn.carwars.com/websites/callbox/demo-promo_header-q3-2023-v2.jpg");
    background-size: cover;
    background-position: top;
  }

  .offer {
    margin-left: auto;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header.lander .textwrapper .promo {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
  .offer img {
    margin-left: -4.5rem;
  }
  header.lander .textwrapper .subtitle {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
}
