.rekers-news-list-v1__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(405px, 1fr));
  grid-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rekers-news-list-v1 .rnl-item__content-wrapper {
  border-left: 1px solid #28303F1A;
  border-right: 1px solid #28303F1A;
  border-bottom: 1px solid #28303F1A;
  padding: 24px;
}
.rekers-news-list-v1 .rnl-item__title {
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 24px;
}
.rekers-news-list-v1 .rnl-item__description {
  margin-bottom: 24px;
}
/*# sourceMappingURL=view.css.map */