.slug {
  margin: auto;
  &__title {
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

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