.video {
  position: relative;
  z-index: 100;
  position: relative;
  background: #170f27;
  color: #fff;
  z-index: 15;
  padding: 6vh 0 3vh 0;
  text-align: center;
}
.video__wrap {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  padding: 0 25px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.video .videoItem {
  position: relative;
  width: 100%;
}
.video .videoItem iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video .videoItem__comments {
  position: relative;
}
.video .videoItem__comments article {
  padding: 16px 0;
}
@media (min-width: 996px) {
  .video__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.awardsBox {
  padding: 0 0 6vh 0;
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2024/NB/2024-msi-laptop-spring-sale/images/buynow-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-color: #170f27;
  background-size: cover;
  z-index: 15;
  color: #fff;
}
.awardsBox__wrap {
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
}
.awardsBox__wrap--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 25px;
  margin-top: 4vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awardsBox__wrap--icons figure {
  width: calc(25% - 25px);
  text-align: center;
}
.awardsBox__wrap--icons figure img {
  display: inline-block;
  width: 100%;
}
.awardsBox__wrap--txtbox {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.awardsBox__wrap--txtbox .title--main {
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .awardsBox__wrap--icons figure {
    width: calc(20% - 25px);
  }
  .awardsBox__wrap--icons figure img {
    width: 75%;
  }
  .awardsBox__wrap--txtbox {
    width: 80%;
  }
}/*# sourceMappingURL=ar-project.css.map */