body .region-content .hkust-blocks {
  text-align: center;
  padding: 0 20px;
}
body .region-content .hkust-blocks h2.block-title {
  margin-top: 50px;
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  color: #003366;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .region-content .hkust-blocks h2.block-title {
    margin-top: 40px;
    font-size: 36px;
  }
}
body .region-content .hkust-blocks .block-description {
  max-width: 1200px;
  font-size: 24px;
  padding: 0 20px;
  color: #003366;
  margin: 25px auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .region-content .hkust-blocks .block-description {
    font-size: 18px;
  }
}
body .region-content .hkust-blocks.white,
body .region-content .hkust-blocks.white h2.block-title,
body .region-content .hkust-blocks.white .block-description {
  color: white;
}
body .region-content .hkust-block-wrapper {
  position: relative;
  z-index: 1;
}
body .region-content .hkust-block-wrapper > .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .region-content .hkust-block-wrapper.with-parallax {
  overflow: hidden;
}
body .region-content .hkust-block-wrapper.with-parallax > .background-image {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  top: -30px;
  left: -30px;
}
body .region-content .hkust-block-wrapper.visible > .background-image {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}
@media only screen and (max-width: 767px) {
  body .region-content .hkust-blocks h2.block-title {
    font-size: 28px;
    margin-top: 30px;
  }
  body .region-content .hkust-blocks .block-description {
    font-size: 16px;
  }
  body .region-content .hkust-blocks .page-container {
    text-align: center;
  }
}
