.guides h2 {
  text-align: left;
  font: italic normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  margin-bottom: 30.57px;
}

.guides h2::before {
  position: absolute;
  content: "";
  width: 116px;
  height: 3px;
  background: #fac011 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  bottom: -6px;
}

.guides a.more {
  text-align: center;
  font: italic normal bold 14px/18px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

  background: #fac011 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 6.5px 12.15px 8.5px 12.15px;

  position: absolute;
  top: 0;
  right: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 9.86px;
}

@media screen and (max-width: 767px) {
  .guides a.more {
    position: relative;
    margin-top: 23.76px;
    justify-content: center;
  }
}

.guides span.arrow {
  color: #000000;
  font-style: normal !important;
}

.guides a.more:hover {
  color: #fff;
  background: #000;
}

.guides a.more:hover span.arrow {
  color: #fff;
  font-style: normal !important;
}

.guides .grid-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 24px;
  grid-row-gap: 29.35px;
}

/* disposition */

.guides .grid-7 article:nth-child(1) {
  grid-area: 1 / 1 / 2 / 5;
}
.guides .grid-7 article:nth-child(2) {
  grid-area: 1 / 5 / 2 / 9;
}
.guides .grid-7 article:nth-child(3) {
  grid-area: 1 / 9 / 2 / 13;
}
.guides .grid-7 article:nth-child(4) {
  grid-area: 2 / 1 / 3 / 4;
}
.guides .grid-7 article:nth-child(5) {
  grid-area: 2 / 4 / 3 / 7;
}
.guides .grid-7 article:nth-child(6) {
  grid-area: 2 / 7 / 3 / 10;
}
.guides .grid-7 article:nth-child(7) {
  grid-area: 2 / 10 / 3 / 13;
}

/* images */

.guides .grid-7 article:nth-child(1) .post-thumbnail {
  height: 231px !important;
}

.guides .grid-7 article:nth-child(2) .post-thumbnail {
  height: 210px !important;
}

.guides .grid-7 article:nth-child(3) .post-thumbnail {
  height: 210px !important;
}

.guides .grid-7 article:nth-child(4) .post-thumbnail {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(5) .post-thumbnail {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(6) .post-thumbnail {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(7) .post-thumbnail {
  height: 160px !important;
}

/* img */

.guides .grid-7 article:nth-child(1) .post-thumbnail img {
  height: 231px !important;
}

.guides .grid-7 article:nth-child(2) .post-thumbnail img {
  height: 210px !important;
}

.guides .grid-7 article:nth-child(3) .post-thumbnail img {
  height: 210px !important;
}

.guides .grid-7 article:nth-child(4) .post-thumbnail img {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(5) .post-thumbnail img {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(6) .post-thumbnail img {
  height: 160px !important;
}

.guides .grid-7 article:nth-child(7) .post-thumbnail img {
  height: 160px !important;
}

@media (max-width: 767px) {
  .home .guides .grid-7 {
    grid-template-columns: 1fr !important;
  }
}

/* disposition */

@media (max-width: 767px) {
  .guides .grid-7 article:nth-child(1) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(2) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(3) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(4) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(5) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(6) {
    grid-area: unset;
  }
  .guides .grid-7 article:nth-child(7) {
    grid-area: unset;
  }
}

/* images */
@media (max-width: 767px) {
  .guides .grid-7 article:nth-child(1) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(2) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(3) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(4) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(5) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(6) .post-thumbnail {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(7) .post-thumbnail {
    height: auto !important;
  }
}
/* img */

@media (max-width: 767px) {
  .guides .grid-7 article:nth-child(1) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(2) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(3) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(4) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(5) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(6) .post-thumbnail img {
    height: auto !important;
  }

  .guides .grid-7 article:nth-child(7) .post-thumbnail img {
    height: auto !important;
  }
}
