.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  padding: 1rem;
  display: flex;
}

.logo {
  color: #ebebeb;
  width: 120px;
  height: 120px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  display: flex;
}

.spacer {
  width: 100%;
  height: auto;
}

.spacer.small {
  height: 1rem;
}

.spacer.medium {
  height: 2rem;
}

.spacer.large {
  height: 3rem;
}

.h3 {
  font-size: 2rem;
  line-height: 120%;
}

.h3.center {
  color: #fff;
  text-align: center;
}

.inner {
  background-color: #141414;
  background-image: linear-gradient(#0000002e, #03009bb0), url('../images/trucksradar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wordmark {
  color: #ebebeb;
  width: 100%;
  height: 70px;
}

.body {
  color: #fff;
}

.body.grey {
  color: #a0a0a0;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  background-color: #8883;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  position: absolute;
  bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h3.center {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .tag {
    background-color: #8880;
    border-radius: 1rem;
    flex-flow: column;
  }
}
