.le-hero-post-headline {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  font-family: forma-djr-banner;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.le-hero-post-headline:after{
  content: ' ';
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 40%;
  left: 66%;
  background-color: #9ED5D6;
  transform: skew(0, -20.5deg);
}

.le-hero-post-headline__dotted-detail {
  display: none;
}

.le-hero-post-headline__title-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
}

.le-hero-post-headline__title-wrapper::before {
  /* content: ' ';
  position: absolute;
  left: -200%;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skew(0, -20.5deg);
  z-index: 1; */
}

.le-hero-post-headline__rect{
  position: absolute;
  top:-28px;
  left:-100%;
  z-index: 1; */
}



.le-hero-post-headline__title-wrapper .le-category-tag,
.le-hero-post-headline__title-wrapper .le-hero-post-headline__title-zone {
  position: relative;
  z-index: 2;
}

.le-hero-post-headline__title-zone {
  margin-top: 14px;
  width: 100%;
}

.le-hero-post-headline__featured-image {
  position: relative;
  z-index: 3;
  margin-top: -40px;
}

.le-hero-post-headline__resume-wrapper {
  margin: 0 24px;
}

.le-hero-post-headline__resume-wrapper p {
  margin: 0;
  padding: 0;
}

.le-hero-post-headline__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.le-hero-post-headline__title {
  width: 90%;
  margin-left: 5%;
}

.le-hero-post-headline__dotted-detail {
  min-width: 46px;
  max-width: 46px;
  margin: 44px 0 0;
  display: block;
  position: absolute;
  left: -20px;
  top: 39px;
  z-index: 2;
  transform: translateX(-100%);
}

.le-hero-post-headline__featured-image,
.le-hero-post-headline__featured-image-content {
  position:relative;
  width: 100%;
}



.le-hero-post-headline__resume-wrapper {
  position: relative;
  z-index: 3;
  max-width: 90%;
}

.le-hero-post-headline__buton-wrapper {
  margin-top: 24px;
}

.le-hero-post-headline__author-wrapper {
  margin-bottom: 40px;
}

.le-hero-post-headline__author-wrapper .hs_cos_wrapper {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .le-hero-post-headline__featured-image{
    margin-top:0px;
  }

  .le-hero-post-headline__resume-wrapper{
    margin-bottom: 120px;
    margin-top:40px;
  }
}

@media only screen and (min-width: 768px) {
  .le-hero-post-headline__title-wrapper::before {
    bottom: 0;
    min-height: 694px;
  }

  .le-hero-post-headline__featured-image {
    min-height: 515px;
    margin-top: 0;
  }

  .le-hero-post-headline__content {}

  .le-hero-post-headline__title-wrapper {
    max-width: 701px;
    text-align: left;
  }

  .le-hero-post-headline__title {
    max-width: 440px;
  }

  .le-hero-post-headline__featured-image {
    transform: translateY(-15%);
  }

  .le-hero-post-headline__resume-wrapper {
    
  }

  .le-hero-post-headline__author-wrapper .hs_cos_wrapper {
    text-align: left;
  }

  .le-hero-post-headline__featured-image {
    position: relative;
  }

  .le-hero-post-headline__featured-image-content {
    display: block;
    /* min-width: 558px;
    max-width: 558px; */
    min-width: 500px;
    max-width: 500px;
    width: initial;
    position: absolute;
    top: -115px;
    left: 0;
  }

  .le-hero-post-headline__title-zone {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .le-hero-post-headline__content {
    display: grid;
    /* grid-auto-rows: minmax(min-content, 50%); */
    grid-auto-rows: 380px;
    /* grid-template-columns: 535px 1fr; */
    grid-template-columns: 486px 1fr;
    gap: 0px 0px;
  }

  .le-hero-post-headline__title {
    max-width: 440px;
    padding-top: 30px;
  }

  .le-hero-post-headline__title-wrapper {
    max-width: 100%;
  }

  .le-hero-post-headline__featured-image {
    position: relative;
    grid-area: 1 / 2 / 3 / 3;
    min-height: 940px;
  }

  .le-hero-post-headline__featured-image-content {
    min-width: 500px;
    max-width: 500px;
    width: initial;
    position: static;
    top: auto;
    left: auto;
    margin-top: 153px;
  }

  .le-hero-post-headline__title-wrapper::before {
    top: -10px;
    bottom: auto;
    min-height: 520px;
  }

  .le-hero-post-headline__title-zone {
    margin-bottom: 0;
  }
}

.le-hero-post-headline__spacer {
  margin-top: -100px;
}
