/* by Creasant */
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  .mtpc-2col-section .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    margin-left: 0;
  }

  .top-banner-line img, .region-content > .block-hkust-single-image-block .hkust-single-image img {
    height: 10px;
  }

  body footer {
    padding: 20px 15px;
  }
  
  header .mtpc_header .header .wrapper .logos .logos_left .logo_one img {
    height: 45px;
  }

  .menu--footer > .menu > .menu-item:not(:first-child) {
    padding-top: 20px;
  }

  .vision .mtpc-1col-item {
    max-width: 100%;
  }

  .profile-grid .mtpc_pl_item_wrapper {
    display: flex;
  }

  .profile-grid .field__items {
    padding: 40px 0;
    gap: 60px 40px;
  }

  .profile-grid .mtpc_pl_item_wrapper .mtpc_pl_texts {
    margin-top: 0;
  }

  .block-webform .webform-submission-form.webform-submission-add-form .form-actions {
    padding: 0;
  }

  .vision {
    background-position: bottom left;
    background-size: auto 50%;
  }

  .about-the-alliance-img {
    margin-top: unset;
  }

  main form .form-item {
    flex-direction: column;
  }

  main form .form-item label {
    text-align: left;
  }

  .message-wrapper {
    padding: 20px 0;
  }

  .home-banner.mtpc-block-slideshow-block .slide-text {
    font-size: 1.25em !important;
  }

  .block-grid .field__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .profile-grid .field__items {
    gap: 60px 40px;
  }
}
/* end Creasant */
