/**
 * Vars / Import
 */
@keyframes growWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
 * Structure
 */
.block-news-latest .news-item img {
  display: block;
}
.block-news-latest .news-item h3 {
  font-size: 24px;
}

.gutenberg .wp-block-columns .wp-block-column.d-flex .block-news-latest {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .gutenberg .wp-block-columns .wp-block-column.d-flex .block-news-latest {
    margin-bottom: 15px;
  }
}
.gutenberg .wp-block-columns .wp-block-column.d-flex .block-news-latest .news-item {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.gutenberg .wp-block-columns .wp-block-column.d-flex .block-news-latest .news-item .inner-item {
  flex: 1;
}

/*# sourceMappingURL=block-news-latest.css.map */
