.page-title {
  text-align: center;
}

.page-subtitle {
  position: relative;
  margin-bottom: 0.75rem !important;
  text-align: center;
}

.page-subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.125rem);
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background-color: #ec1c24;
}

.lm-page {
  margin-top: 3rem;
}
