.my-heading h1 {
  font-size: 48px;
}

@media (max-width: 768px) {
  .my-heading h1 {
    font-size: 24px;
  }
}