/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/blog-hero.scss ***!
  \************************************************************************************************************************************************************************************************/
.blog-hero__top {
  padding: 6.4rem 1.6rem 0 1.6rem;
  background-color: rgb(var(--background-color-grey));
}
.blog-hero__wrapper {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 0.8rem;
}
.blog-hero__intro {
  padding: 0 1.6rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .blog-hero__intro {
    width: 50%;
    padding: 0.8rem 1.6rem 3.2rem 0;
  }
}
.blog-hero__label {
  padding: 0.2rem 0.64rem 0.16rem 0.64rem;
  margin-bottom: 3.2rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(var(--white));
  background-color: rgb(var(--primary-color));
}
.blog-hero__label:hover {
  text-decoration: none;
}
.blog-hero__title {
  font-size: 3.1rem;
  line-height: 1.25;
}
.blog-hero__date {
  margin: 0;
  font-size: 90%;
  line-height: 1.6rem;
  color: rgba(var(--black), 0.6);
}
.blog-hero__bottom {
  padding: 3.2rem 1.6rem 0 1.6rem;
}
.blog-hero__bottom .blog-hero__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.blog-hero__intro-text {
  width: 100%;
  padding: 0 1.6rem;
}
@media only screen and (min-width: 768px) {
  .blog-hero__intro-text {
    width: 50%;
    padding: 0 1.6rem 0 0;
  }
}
.blog-hero__image-wrapper {
  width: 100%;
  padding: 0 1.6rem;
}
@media only screen and (min-width: 768px) {
  .blog-hero__image-wrapper {
    width: 50%;
    padding: 0 0 0 1.6rem;
    margin-top: -20.8rem;
  }
}
.blog-hero__image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.blog-hero__image img {
  position: absolute;
  max-width: 100%;
  top: 0;
}
.blog-hero__text {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(var(--black), 0.8);
}
@media only screen and (min-width: 992px) {
  .blog-hero__text {
    font-size: 2.1rem;
  }
}
