.cards-virtual{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contact-card-aula {
    margin: 1rem auto;
    padding: 1rem;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* background-color: rebeccapurple; */
  }
  
  .contact-card-aula > svg {
    width: 300px;
    height: 300px;
    fill: var(--first-color);
    margin-bottom: 1rem;
  }

  .galeria-title2{
    color: #000000;
    text-align: center;
    margin: 1em;
    font-size: 2.5rem;
}
.resultadosBiblioteca{
    padding-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    pad: 1rem;
}