/* line 2, src/sass/components/hardware.scss */
.box-feature:not(:last-child) {
  margin-bottom: 30px;
}

/* line 6, src/sass/components/hardware.scss */
.box-feature__title {
  padding-left: 25%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 14, src/sass/components/hardware.scss */
.box-feature__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, src/sass/components/hardware.scss */
.box-feature__logo {
  width: 25%;
  padding-right: 15px;
}

/* line 23, src/sass/components/hardware.scss */
.box-feature__description {
  width: 75%;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.45;
}

/* line 31, src/sass/components/hardware.scss */
.description {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

/* line 37, src/sass/components/hardware.scss */
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
