/* Estilo automático para a página: sobre */
.bloco-img {
  &:nth-child(odd) {
    order: 1;
  }
  &:nth-child(even) {
    order: 2;
  }
}

#anexo-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: var(--verde);
}
