.alignfull.extend-content-width > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.latest-epic-news {
  padding-bottom: 20px;
}
.latest-epic-news .news-container .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.latest-epic-news .news-container .news-item:hover {
  position: relative;
}
.latest-epic-news .news-container .news-item:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-epic-news .news-container .news-item .latest-featured-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .latest-epic-news .news-container .news-item .latest-featured-image {
    margin-bottom: initial;
  }
}
.latest-epic-news .news-container .news-item .latest-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  height: 220px;
  width: 100%;
}
.latest-epic-news .news-container .news-item .news-text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 480px) {
  .latest-epic-news .news-container .news-item .news-text-container {
    padding-left: 20px;
  }
}
.latest-epic-news .news-container .news-item .news-text-container .articule-link {
  text-decoration: none !important;
}
.latest-epic-news .wp-block-button {
  margin-bottom: 20px;
}

.latest-epic-news .news-container {
  position: relative;
}
.latest-epic-news .news-container .news-item {
  position: relative;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .latest-epic-news .news-container .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.latest-epic-news .news-container .news-item:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-epic-news .news-container .news-item:last-child {
  padding-bottom: 5px;
  margin-bottom: 10px;
}