.about-page-wrapper {
  max-width: 500px;
  width: 100%;
  height: 100dvh;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.about-logo-wrapper {
  max-width: 450px;
  width: 100%;
  padding: 35px;
  margin: 0 auto;
}

h1 {
  font-family: "Averia Libre", serif;
  font-weight: 700;
  font-size: 1.5rem;
}

p {
  font-family: "Averia Libre", serif;
  font-size: 1.5rem;
  padding: 10px 0px;
  line-height: 1.5rem;
  text-align: justify;
  text-align-last: center;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 470px) {
  p {
    text-align: center;
  }
}

.info-link {
  color: #000;
}
