li.alfaejadestaque1 {
  list-style: none;
  .imagem-com-filtro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 30, 30, 0.4);
  };
  --link-color: #ffffff;
  --link-hover-color: #ffffff;

  p {
    font-size: 20px;
    font-family: Inter, sans-serif;
    color: #D1D1D1;
    margin-bottom: 0;
    font-weight: 400;
  }
  div.intro {
    p, text {
      display: inline;
    }
  }
  a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 23px;
  }
}
li.alfaejadestaque1-menores {
  list-style: none;
  --link-color: #000000;
  --link-hover-color: #000000;
  --body-link-color: #000000;
  color: #777777;
  p {
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #777777;
    margin-bottom: 0;
    font-weight: 400;
  }
  p, text {
    display: inline;
  }
  + li.alfaejadestaque1-menores {
    margin-top: 2rem;
  }
  figure {
    display: flex;
    margin: 0;
    padding: 0;
  }
  img {
    width: 125px;
    max-width: none;
  }
  a {
    font-size: 23px;
    font-weight: 500;
  }
}