.rba.news-card figure {
  max-width: 20.75rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  --aspect-ratio: 310/332;
}
@media screen and (min-width: 991px) {
  .rba.news-card figure {
    --aspect-ratio: 366/392;
    max-width: 24.5rem;
  }
}
.rba.news-card article h3,
.rba.news-card article p {
  word-break: break-word;
}
.rba.news-card article h3 {
  margin-bottom: clamp(0.75rem, 2.67261vw - 0.905345rem, 1.5rem);
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.rba.news-card article p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 720px) {
  .rba.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (min-width: 991px) {
  .rba.news-list {
    gap: 1.5rem;
  }
}
.rba.news-list li:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 720px) {
  .rba.news-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 991px) {
  .rba.news-list li {
    width: calc(33.33333% - 16 * 0.0625rem);
  }
}
/*# sourceMappingURL=news-list.css.map */
