header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25)),
    url(https://assets-cdn.carwars.com/websites/landing-pages/an-2022-trends_Header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: scroll;
  padding-top: 12rem !important;
  padding-bottom: 8rem !important;
}

header .textwrapper .title {
  font-family: var(--mlight);
  font-size: 2.5rem;
  margin: 1.5rem auto;
  margin-top: 0;
}
label {
  margin: 0.1rem 0 !important;
}
.host .blurb,
.host .mug {
  width: 100%;
  box-sizing: border-box;
}

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

.offer {
  margin: 0rem auto 2rem auto;
  justify-content: center;
}

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

.offer img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.offer .textwrapper {
  margin: auto 1rem;
  font-size: 1.1rem;
  max-width: 275px;
}

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

  header .title.sub {
    font-size: 1.5rem;
  }

  header .textwrapper {
    max-width: 450px;
  }
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
  #offerMobile {
    display: flex;
    flex-direction: row;
  }

  #offerMobile img {
    padding-right: 2rem;
  }

  #offerMobile p {
    margin-top: 0;
  }

  #offerDesktop {
    display: none;
  }
}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {
  header .textwrapper {
    max-width: 350px;
  }

  .offer img {
    padding: 0;
  }

  .offer .textwrapper {
    max-width: 450px !important;
  }
}
