
/* Tablet */
@media (max-width: 1024px) {
  .site-title-mps h2 span {
    font-size: 56px !important;
  }
  .site-subtitle-mps h2 span {
    font-size: 25px !important;
  }
  .home-desc-h-mps h2 span {
    font-size: 40px !important;
  }
  .home-desc-c-mps h2 span {
    font-size: 20px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .site-title-mps h2 span {
    font-size: 40px !important;
  }
  .site-subtitle-mps h2 span {
    font-size: 20px !important;
  }
  .home-desc-h-mps h2 span {
    font-size: 30px !important;
  }
  .home-desc-c-mps h2 span {
    font-size: 20px !important;
  }
}
