a.conteudo-paragrafo {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  margin-top: 1rem;
}
i.fas.fa-file-download {
  font-size: 3rem;
  color: var(--bs-gray-dark);
}
.primeira-linha {
  display: flex;
  gap: 0.2rem;
  align-items: baseline;
}
.tipo-documento {
  color: var(--bs-gray-dark);
  font-size: var(--bs-h7-font-size);
  font-style: normal;
  font-weight: var(--bs-h3-font-weight);
}
h3.titulo {
 font-size: var(--bs-h7-font-size);
  font-style: normal;
  font-weight: var(--bs-h3-font-weight);
  color: var(--bs-black);
}
.segunda-linha,
.segunda-linha p {
  font-size: var(--bs-h7-font-size);
  font-style: normal;
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-black);
}

.content-container h2{
font-size:var(--bs-h3-font-size);
}