/* ABOUT CSS */

.about-hero {
  height: 85vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero-overlay {
  height: 100%;
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(33, 33, 33, 0.33)), to(rgba(33, 33, 33, 0)));
  background: linear-gradient(0, rgba(33, 33, 33, 0.33) 0%, rgba(33, 33, 33, 0) 100%);
}

.about-hero-overlay .text-box {
  position: absolute;
  bottom: 0;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-bottom: 3em;
}

.about-hero-overlay .container {
  padding-top: 25vh;
}

.about-feature {
  height: 800px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-feature-overlay {
  height: 100%;
  background-color: rgba(32, 32, 32, 0.33);
}

@media only screen and (max-width: 768px) {
  .about-feature {
      height: auto;
  }
  .about-feature-overlay {
      padding: 5em 0;
  }
  .grid-item-1 i {
    font-size: 40px !important;
  }
  .vid-container {
      height: 480px;
  }
}

.grid-container-1 {
  height: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.grid-item-1 {
  padding-left: 15vw;
  padding-right: 15vw;
}

.grid-item-1 i {
  font-size: 36px;
}

.grid-item-1 h4 {
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  .grid-item-1 {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (min-width: 1600px) {
  .grid-item-1 {
    padding-left: 20vw;
    padding-right: 20vw;
  }
}

.about-bag img {
  mix-blend-mode: multiply;
  width: 100%;
}

.about-hardware .bullet {
  position: absolute;
  width: 8px;
  height: 188px;
}

.about-hardware .feature {
  height: 188px;
  border: 8px solid #A0A0A0;
}

.about-hardware ul li {
  list-style-type: none;
  padding-bottom: 0.5em;
}

.about-hardware ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}

.about-hardware ul li .hw-active {
  color: #2196F3;
}
