h1 {
  @apply text-lg sm:text-4xl font-bold;
}

h2 {
  @apply text-base sm:text-2xl font-semibold;
}

h3 {
  @apply text-base sm:text-xl font-semibold;
}

.my-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--read-more-line-clamp, 1);
}