.ldf-heading-block {
  margin: 20px var(--left-space) 0;
}
.ldf-heading-block__inner-part .ldf-heading-block__left-part {
  display: flex;
  justify-content: space-between;
}
.ldf-heading-block__inner-part h1 {
  font-size: 40px;
  letter-spacing: 5.33px;
  color: var(--dark);
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0;
}

.filters-desc {
  font-size: 10px;
  letter-spacing: 1.11px;
  color: var(--dark);
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.post-filters {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 50px -15px rgb(32, 32, 32);
  -moz-box-shadow: 0px 0px 50px -15px rgb(32, 32, 32);
  box-shadow: 0px 0px 50px -15px rgb(32, 32, 32);
}
.post-filters__filter {
  background-image: url("../../images/filter.png");
  background-size: cover;
  height: 30px;
  width: 30px;
  display: block;
}
.post-filters__arrow {
  background-image: url("../../images/arrow.jpg");
  background-size: cover;
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(270deg);
  transition: 0.5s;
}
.post-filters__indicator {
  background-color: var(--yellow);
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}
.post-filters .filter-active {
  transform: rotate(90deg) !important;
  transition: 0.5s;
}

@media only screen and (max-width: 992px) {
  .ldf-heading-block__inner-part h1 {
    font-size: 36px;
  }
  .ldf-heading-block__inner-part img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .ldf-heading-block__inner-part .ldf-heading-block__left-part {
    display: block;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

/*# sourceMappingURL=heading.css.map */
