/* Center hero title only on PC / laptop (>= 992px) */
@media (min-width: 992px) {
  .tp-hero-2-content-material .hero-title-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tp-hero-2-content-material .hero-title {
    text-align: center;
  }
}
