header {
  background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/connect-2021-header.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

header.lander .time {
  font-family: var(--head);
  text-transform: uppercase;
  font-size: 1.5rem;
  text-shadow: var(--text-shadow);
  color: var(--green4);
}

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

header.lander .subtitle {
  font-weight: 500;
  font-size: 2rem;
  text-shadow: var(--text-shadow);
}

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

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

section.first.lander .slogan {
  margin: 0 auto !important;
}

#offer {
  max-width: 550px;
  display: flex;
  justify-content: start;
  margin-bottom: 1rem;
}

#offer img {
  height: 6rem; /*maybe 4*/
  padding: 2rem;
  transform: rotate(-5deg);
  margin: 0; /*mayber*/
}

#offer .textwrapper {
  max-width: 350px;
  margin: auto;
  font-size: 1.25rem;
  line-height: 1;
}

.fineprint {
  font-size: 0.9rem;
  font-style: italic;
}

.link {
  color: var(--green2);
  font-weight: 600;
}

.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.lander .textwrapper {
    max-width: 600px;
  }

  #offer {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header.lander {
    background-image: linear-gradient(
        rgba(56, 56, 56, 0.7),
        rgba(56, 56, 56, 0.7)
      ),
      url(https://assets-cdn.carwars.com/websites/callbox/landers/connect-2021-header.jpg) !important;
    background-size: 220% !important;
    background-position-x: right;
  }

  header.lander .title {
    font-size: 3.5rem;
  }

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

  #offer {
    flex-wrap: wrap;
  }

  #offer .textwrapper {
    text-align: center;
  }

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