.last-news-widget h2 {
  color: #333;
  font-family: "AG";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 218.75% */
}
.last-news-widget .news-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .last-news-widget .news-card {
    flex-direction: column;
    gap: 0.5rem;
  }
}/*# sourceMappingURL=last-news-widget-style.css.map */