/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/hero-post/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.hero-post {
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .hero-post {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.hero-post__title {
  margin-top: var(--margins-title);
  max-width: var(--widths-title);
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: var(--colors-title);
}
@media (max-width: 767.98px) {
  .hero-post__title {
    font-size: 36px;
    margin-top: var(--margins-title--mobile);
    max-width: var(--widths-title--mobile);
  }
}
.hero-post__description {
  margin-top: var(--margins-description);
  max-width: var(--widths-description);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-description);
}
@media (max-width: 767.98px) {
  .hero-post__description {
    margin-top: var(--margins-description--mobile);
    max-width: var(--widths-description--mobile);
  }
}
.hero-post__details {
  margin-top: var(--margins-details);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-post__details {
    margin-top: var(--margins-details--mobile);
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-post__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 16px;
}
.hero-post__categories {
  border-left: 1px solid #dce1e9;
  padding-left: 16px;
  height: 33px;
}
@media (max-width: 767.98px) {
  .hero-post__categories {
    height: auto;
    border-left: none;
    padding-left: 0;
  }
}
.hero-post__category {
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  text-decoration-line: underline;
  color: #ffffff;
}

/*# sourceMappingURL=style-hero-post.css.map*/