/**
 * @file
 * Page title.
 */

.page-title {
  position: relative;
  display: block;
  padding-block-end: 1rem;

  @media (min-width: 75rem) {
    font-size: 5rem;
    line-height: 1.2;
  }
}

.page-title::after {
  background-color: #e22d2d;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 150px;
}

.page-title::after {
  @media (min-width: 43.75rem) {
    height: 10px;
  }
}
