

#summerPromotion .join {
  padding: 40px 0;
  background-color: #d9c8ae;
  text-align: center;
  /* background-image: url("https://storage-asset.msi.com/event/2022/ph/ph-2022-Christmas-Promotion/images/joinbg.png"); */
  background-size: contain;
}

#summerPromotion .join__title {
  color: #131313;
  font-weight: bolder;
  margin-bottom: 40px; 
}

@media only screen and (max-width: 480px) {
  #summerPromotion .join__title {
    font-size: 20px;
  }
}

#summerPromotion .join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

#summerPromotion .join__flex a {
  margin: 0 20px;
  width: 200px;
  color: #131313;
  transition: 0.2s;
}

#summerPromotion .join__flex a:hover {
  transform: scale(1.01);
}

#summerPromotion .join__flex a img {
  margin-bottom: 10px;
}
/*# sourceMappingURL=main.css.map */