h1.platform::after {
  content: "a bigggg device or window"
}

@media (max-width: 768px) {
  h1.platform::after {
    content: "a small device or window";
  }
}