.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 {
  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-featured-image {
  position: relative;
}
.xty_home_curs_dest .wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}

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

.xty_home_curs_dest .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.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%;
}

@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);
  }
}
.xty_home_curs_dest .wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
