/*Hero*/
.hero__section {
  position: relative;
  z-index: 1;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/89F9AADC4A8ED9A4D5F5320DD18FC25E.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hero__section .hero__wrapper {
  width: 100%;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-theme-text);
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

.hero__section .section__title__hero {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.hero__section .section__title__headline {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.25;
  background: #fff;
  color: var(--color-theme-background);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}

.hero__section .section__title__headline2 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media (max-width: 400px) {
  .hero__section .section__title__headline {
    font-size: 1rem;
  }

  .hero__section .section__title__headline2 {
    font-size: 2.5rem;
  }
}

/* Search Module */
section.inventory-search-module > .container {
  max-width: 1320px !important;
}

/*H1 - Title*/
.page-home .title-heading {
  font-size: 36px;
  text-align: center;
}
