.block-go-further .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  grid-auto-flow: dense;
}

.block-go-further .wp-block-post-template > li {
  display: flex;
  flex-direction: column;
}

.block-go-further .wp-block-post-template > li:nth-child(7n + 1),
.block-go-further .wp-block-post-template > li:nth-child(7n + 2) {
  grid-column: 1;
}
.block-go-further .wp-block-post-template > li:nth-child(7n + 1),
.block-go-further .wp-block-post-template > li:nth-child(7n + 4) {
  margin-bottom: 4px;
}

.block-go-further .wp-block-post-template > li:nth-child(7n + 3) {
  grid-column: 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-go-further .wp-block-post-template > li:nth-child(7n + 3) .wp-block-post-title {
  font-size: 28px !important;
}

@media (max-width: 768px) {
  .block-go-further .wp-block-post-template {
    display: flex;
    flex-direction: column;
  }
  .block-go-further .wp-block-post-template > li:nth-child(7n + 3) .wp-block-group {
  	width: 100%;
  }
  .block-go-further .wp-block-post-template > li:nth-child(7n + 3) .wp-block-post-title {
  	font-size: var(--wp--preset--font-size--m) !important;
  }
}
