.news-section-3 .news-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: var(--grid-gap-medium);
}

.news-section-3 .news-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-3 .item-horizontal,
.news-section-3 .item-wrapper {
  width: 100%;
}
.news-section-3 .item-horizontal .item-image {
  width: 25%;
}

@media screen and (max-width:1024px) {
  .news-section-3 .item-horizontal .item-image {
    width: 33%;
  }
}

