.news {
  gap: 2em;
  padding: 0 !important;
}
.news div {
  padding: 0 !important;
  border: 1px solid rgba(77, 45, 123, 0.25);
  border-radius: 25px;
  overflow: hidden;
  transition: var(--base-transition);
}
.news div a {
  height: 100%;
  padding: 15px;
}
.news div:hover {
  background-color: rgba(77, 45, 123, 0.05);
}
.news p {
  font-size: 1.25em !important;
  text-align: center;
}
.news figure {
  margin-bottom: 15px !important;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 782px) {
  .news {
    grid-template-columns: 2fr 2fr;
    gap: 1em;
  }
  .news p {
    font-size: 0.9rem !important;
  }
}/*# sourceMappingURL=media.css.map */