body {
  overflow-x: hidden;
}

.gnpSoftware {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/softwares/msi-graphics-card-software-dard-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 5% 0;
  overflow: hidden;
}
.gnpSoftware__flex {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .gnpSoftware__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gnpSoftware__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #000;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .gnpSoftware__item {
    width: 30%;
    margin: 0 auto;
  }
}
.gnpSoftware__icon {
  display: block;
  width: 50%;
  max-width: 120px;
  margin: 0px auto;
}
.gnpSoftware__itemTxt {
  display: block;
  margin: 20px auto;
}
@media (min-width: 996px) {
  .gnpSoftware__itemTxt {
    min-height: 280px;
  }
}

.theme-white .gnpSoftware {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/softwares/msi-graphics-card-software-white-bg.jpg") no-repeat top center;
  background-size: cover;
}
.theme-white .gnpSoftware__item {
  background: rgba(173, 173, 173, 0.394);
  border: none;
}
.theme-white .gnpSoftware__icon.invertColor {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.theme-white .gnpSoftware.pd-block {
  color: #000;
}
.theme-white .gnpSoftware.pd-block .title--sub {
  color: #000;
}

.theme-vanguard .gnpSoftware {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/gb203-400-vanguard-soc-launch-edition/software-bg.jpg") no-repeat top center;
  background-size: cover;
}/*# sourceMappingURL=gnp-software.css.map */