.about__header > h1:nth-child(2):after {
  content: "ı.xyz";
  visibility: visible;
  margin-left: -128px;
}
.about__header > h1:nth-child(2) {
  visibility: hidden;
}

