.pcbundle {
  background: url(https://storage-asset.msi.com/event/2022/cnd/EVA-eProject//images/pcbundle-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 5vh;
}

.pcbundle__inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 5vh;
}

.pcbundle__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/EVA-eProject/images/line-warning.png) center center repeat;
  position: relative;
  bottom: -5vh;
  left: 0;
  background-color: #000;
}

.pcbundle__txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.pcbundle__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.pcbundle__btn {
  padding-top: 25px;
  text-align: center;
}

@media (min-width: 992px) {
  .pcbundle .common__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    max-width: 1920px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pcbundle .note {
  font-size: 80%;
  color: #eeeeeebe;
}
/*# sourceMappingURL=main-id.css.map */