@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap");
.emblem {
  background: none;
  box-shadow: none;
  padding: 0%;
  background-color: white;
}
.emblem .container {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  padding: 40px 52px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.emblem-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.emblem-image__image {
  width: 800px;
  height: 250px;
}
.emblem-text {
  line-height: 2rem;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */