.landing-hero {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #199da7), color-stop(10%, white));
  background: linear-gradient(180deg, #199da7 90%, white 10%);
  padding-top: 1rem;
}

.landing-hero .landing-hero-text .landing-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fefefe;
  white-space: nowrap;
  position: relative;
}

.landing-hero .landing-hero-text .landing-title::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background: #fefefe;
  bottom: -0.36rem;
  left: 0;
  border-radius: 6px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.landing-hero .landing-hero-text .landing-pattern {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #fefefe;
}

.landing-hero .landing-description {
    color: #fefefe;
    overflow: hidden;
    padding-bottom: 10px;
}

.landing-hero .landing-description .landing-detail-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.landing-hero .landing-description .landing-detail-text {
  overflow-y: auto;
  max-height: 116px;
}

.landing-hero .landing-description .landing-detail-text::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(255,255,255,0.0);
    border-radius: 4px;
}

.landing-hero .landing-description .landing-detail-text::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #E5E5E5;
}

.landing-hero .landing-description .landing-detail-text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(255,255,255,0.0);
}

@media screen and (max-width: 1200px) {
  .landing-hero {
    background: #199da7;
    padding: 2rem 0 1rem 0;
  }
  .landing-hero .tyre-pattern-image {
    max-width: 80px;
    height: auto;
  }
  .landing-hero .landing-hero-text {
    margin: 0;
  }
  .landing-hero .landing-hero-text .landing-title {
    font-size: 1rem;
  }
  .landing-hero .landing-hero-text .landing-pattern {
    font-size: 1.5rem;
  }
  .landing-hero .landing-description {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */