.bladeViewMore {
  display: none;
}
.bladeViewMore:hover a {
  text-decoration: none;
}
.bladeViewMore.showViewMore {
  display: none;
}

@media (max-width: 768px) {
  .bladeViewMore.showViewMore {
    display: block;
  }
  .blade__readmore.hideReadMore {
    display: none !important;
  }
  .blade__description.hideContent {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
    display: block !important;
  }
  .blade__description.showContent {
    max-height: 1000px;
    margin: 0 !important;
  }
}

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