.wireless {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
}

.wireless__title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.wireless__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.wireless__subtitle-title {
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: DINPro_Bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .wireless__subtitle-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .wireless__subtitle-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 675px) {
  .wireless__subtitle-title {
    font-size: 11vw;
  }
}

.wireless__subtitle-sub {
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .wireless__subtitle-sub {
    font-size: 20px;
  }
}

.wireless__card {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mouse/GM41/images/01.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  width: 30%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
     -moz-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  padding: 140px 0;
  -moz-border-radius: 20px;
       border-radius: 20px;
}

@media screen and (max-width: 1299px) {
  .wireless__card {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .wireless__card {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 70px 0;
  }
}

.wireless__card h5 {
  font-size: 28px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 1400px) {
  .wireless__card h5 {
    font-size: 20px;
  }
}

.wireless__card p {
  font-size: 20px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 0 50px;
  font-weight: 400;
  color: #dddddd;
}

@media screen and (max-width: 1400px) {
  .wireless__card p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .wireless__card p {
    padding: 0 20px;
  }
}

.wireless__card h6 {
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1400px) {
  .wireless__card h6 {
    font-size: 20px;
  }
}

.wireless__card h3 {
  font-size: 70px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .wireless__card h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .wireless__card h3 {
    font-size: 40px;
  }
}

.wireless__card h3 span {
  font-size: 20px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .wireless__card h3 span {
    font-size: 20px;
  }
}

.wireless__card-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wireless__card-item > div {
  width: 50%;
}

.wireless__card-item > div:nth-child(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.wireless__card-item > div img {
  width: 60px;
}
/*# sourceMappingURL=wireless.css.map */