
.post_heading_above .hero__text .hero__title {
  font-size: 2.5rem;
  padding-top: 1.5rem;
}
.post_heading_above .hero__text .hero__description {
  font-weight: 400;
}
.post_heading_above .hero__text {
  width: 100%;
  align-items: stretch;
}
.post_heading_above .heading .word{
  overflow: visible;
}
.post_heading_above .hero__text_above{
  width: 100%;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {


  .post_heading_above .hero__text {
    width: 100%;
    align-items: stretch;
  }

  .post_heading_above {
    align-items: center;
    gap: 2rem;
  }

  .post_heading_above .hero__title,
  .post_heading_above .hero__description {
    width: 100% !important;
  }
}


