.post_heading .hero__text {
  gap: 1.5rem;
}
.post_heading .hero__text .hero__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.post_heading .hero__text .hero__description {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
}

.post_heading .heading .word{
  overflow: visible;
}

@media screen and (max-width: 767px) {


  .post_heading .hero__text {
    width: 100%;
    align-items: stretch;
  }

  .post_heading .hero__title,
  .post_heading .hero__description {
    width: 100% !important;
  }
}


