.hero_post .hero_post__text {
  padding-left: 3rem;
  padding-right: 3.25rem;
}
.hero_post .hero_post__text .hero_post__title {
  width: 38rem;
}

.hero_post .hero_post__image .image {
  background-image: var(--hero-bg-desktop);
}

.heading .word{
  overflow: visible;
}

.hero_post .hero_post_child_cat{
  width: 100%;
  color: var(--dark-secondary);
  font-weight: 500;
  padding-bottom: 2rem;
  padding-top: 9.1875rem;
}
.hero_post .bottom_date{
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1rem;
  padding-top: 11.4375rem;
  padding-bottom: 3.9375rem;
  font-weight: 500;
}
.hero_post .bottom_date p{
  font-weight: 500;
}
.hero_post svg{
  stroke: var(--dark);
  position: relative;
  top: 0.8rem;
  width: 4.875rem;
}
.hero_post .text-left{
  justify-content: space-between;
  padding-top: 5.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_post .hero_post__image .image {
    background-image: var(--hero-bg-mobile);
  }
	
  .hero_post .hero_post__text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero_post {
    align-items: center;
    gap: 2rem;
  }

  .hero_post__title {
    width: 100% !important;
  }

  .hero_post__image {
    order: 1;
    width: 100% !important;
    height: 60vh;
  }

  .hero_post__image .image {
    background-size: cover;
    background-position: center;
  }

  .hero_post__text {
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_post .text-left{
    padding-top: 0rem;
  }

  .hero_post .hero_post_child_cat{
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
}


