.is-style-is-carousel li.glide__slide {
  /* padding: 4rem; */
  /* border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; */
  height: auto;
}
.is-style-is-carousel .wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.is-style-is-carousel .wp-block-query .wp-block-post-template li {
  margin-top: 0;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
}
.is-style-is-carousel .wp-block-post-featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.is-style-is-carousel .wp-block-post-featured-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.is-style-is-carousel .wp-block-post-title {
  margin-left: -100%;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.is-style-is-carousel .row-carousel__arrows {
  max-width: var(--wp--style--global--wide-size);
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--40);
}

.is-style-is-carousel .row-carousel__arrows button {
  cursor: pointer;
}
