.hypersonic {
  padding: 70px 0;
  background: #000000;
  height: 1080px;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mouse/GM41/images/section2.jpg") top center no-repeat, #000000;
}

@media (max-width: 991px) {
  .hypersonic {
    padding: 40px 0;
    height: 580px;
    background-image: url("https://storage-asset.msi.com/global/picture/image/feature/mouse/GM41/images/section2.jpg"), #000000;
    background-position: bottom center,0 0;
    -moz-background-size: 100vw, 0;
         background-size: 100vw, 0;
  }
}

.hypersonic__block {
  margin-top: 70px;
  width: 50%;
}

@media (max-width: 991px) {
  .hypersonic__block {
    margin-top: 40px;
    width: 90%;
    margin: auto;
  }
}

.hypersonic__block h5 {
  font-size: 28px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

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

.hypersonic__block p {
  font-size: 20px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .hypersonic__block p {
    font-size: 20px;
  }
}
/*# sourceMappingURL=hypersonic.css.map */