/* by Creasant */
@media only screen and (min-width: 1000px) {
  h2 {
    font-size: 40px;
  }

  .mtpc-1col-section,
  .mtpc-2col-section,
  .mtpc-3col-section,
  .mtpc-4col-section {
    padding: 50px 40px;
  }

  .footer-menu .layout__region.col-md-3 {
    width: 33%;
  }

  .member-grid .mtpc-block-image-grid-item-wrapper.mtpc-image-grid-layout-small > .mtpc-image-grid-block-item {
    width: 25%;
    margin: 7px 0;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  header .mtpc_header .header .wrapper .logos {
    padding: 40px 0 40px 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-banner.mtpc-block-slideshow-block .slide-text-align {
    width: 100%;
  }

  .home-banner.mtpc-block-slideshow-block .slide_text_per_row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-banner.mtpc-block-slideshow-block .slide-text {
    font-size: 2.4em !important;
  }
}

@media only screen and (max-width: 1300px) {
  .about-the-alliance {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 999px) {
  .about-the-alliance {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .member-grid .mtpc-block-image-grid-item-wrapper.mtpc-image-grid-layout-small > .mtpc-image-grid-block-item {
    width: 33.3%;
  }
}
/* end Creasant */
