.slug {
  &__title {
    text-transform: uppercase;
    text-align: center;
    font-family: Inter, sans-serif;
    padding: 10px 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-shadow: 0 0 20px #000000;

    @media (max-height: $h-media-x) {
      font-size: 20px;
    }
  }
}