section {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section ul {
  list-style-type: disc;
}
a:hover {
  text-decoration: underline;
}

.simbolo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simbolo-container img {
  width: 60%;
}
.emblema-container {
  display: flex;
  flex-direction: row;
}
.emblema-container img {
  width: 30rem;
  height: 27rem;
}
.texts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .emblema-container {
      align-items: center;
  flex-direction: column;
}
}