.c-hero {
  padding-top: 15%;
  height: 100%;
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-hero__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-hero__slogan {
  text-align: center;
  font-size: 2em;
  margin-top: 0.5em;
}

.u-hero__slogan--anything {
  position: relative;
  z-index: 1;
}
.u-hero__slogan--anything::before {
  content: " ";
  position: absolute;
  width: 3.55em;
  height: 0.2em;
  background-color: #ffc100;
  bottom: 0.2em;
  z-index: -1;
}
.u-hero__slogan--faster {
  position: relative;
  z-index: 1;
}
.u-hero__slogan--faster::before {
  content: " ";
  position: absolute;
  width: 2.35em;
  height: 0.2em;
  background-color: #ff7c00;
  bottom: 0.2em;
  z-index: -1;
}

.o-content-container {
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.o-grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 0.245fr);
  gap: 0.5vw;
}
.o-grid-layout__col {
  display: grid;
  gap: 0.5vw;
}

.c-title-h2 {
  margin-bottom: 1.5em;
}
.c-title-h2--add-top-margin {
  margin-top: 4em;
}

.c-gallary--add-top-margin {
  margin-top: 2em;
}
.c-gallary__img {
  height: 100%;
  width: 100%;
}
.c-gallary__img--hover-zoom:hover {
  transition: transform 1s ease;
  transform: scale(1.2);
}
.c-gallary__img-wrapper {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

@media only screen and (max-width: 576px) {
  html, body {
    padding-top: 45px;
  }

  .c-hero {
    width: 350px;
  }
  .c-hero__slogan {
    font-size: 1.5em;
  }

  .c-title-h2--add-top-margin {
    margin-top: 1.5em;
  }

  .o-grid-layout {
    grid-template-columns: repeat(1, 0.98fr);
  }
}
@media only screen and (min-width: 577px) and (max-width: 924px) {
  html, body {
    padding-top: 30px;
  }

  .c-hero {
    width: 570px;
  }
  .c-hero__slogan {
    font-size: 1.5em;
  }

  .c-title-h2--add-top-margin {
    margin-top: 2em;
  }

  .o-grid-layout {
    grid-template-columns: repeat(1, 0.98fr);
  }
}
@media only screen and (min-width: 925px) and (max-width: 1050px) {
  .c-hero {
    width: 700px;
  }

  .c-title-h2--add-top-margin {
    margin-top: 2em;
  }

  .o-grid-layout {
    grid-template-columns: repeat(2, 0.49fr);
  }
}/*# sourceMappingURL=hamms_chassis_snouts.css.map */