.recent-filings-group {
  display: flex;
  gap: 2rem;
  flex-direction: column;

  @media screen and (min-width: 1200px) {
    & {
      flex-direction: row;
    }
  }

  & > div {
    width: 100%;
  }

  a {
    color: #605757;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  h3 {
    border-bottom: solid 2px #1b3479;
    padding-bottom: 1rem;
  }

  li {
    margin-bottom: 1rem;
    padding-left: 0.6rem;
  }

  li::marker {
    color: #888c92;
  }

  ol {
    list-style-position: outside;
    margin: 0 0 0 1.1rem;
    padding: 0;
  }
}
