.xty_home_curs_dest .wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.xty_home_curs_dest .wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}

.xty_home_curs_dest .wp-block-post-featured-image a {
  display: block;
  height: 100%;
}

.xty_home_curs_dest .wp-block-post-featured-image {
  position: relative;
}

.xty_home_curs_dest .wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

.xty_home_curs_dest .wp-block-post-title {
  word-break: break-word;
}
.xty_home_curs_dest .wp-block-post-time-to-read, .xty_home_curs_dest .wp-block-post-title {
  box-sizing: border-box;
}

.xty_home_curs_dest .wp-block-post-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}

.xty_home_curs_dest .wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}

.xty_home_curs_dest .wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}

@media (min-width: 600px) {
  .xty_home_curs_dest .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - .9375em);
  }
}
