
p, li {
    font-size: 1.5rem;
}

li {
    margin: .5rem 0;
}

h1 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

.about-wrapper {
  max-width: 40rem;
  margin: 0 auto;
}

.section p {
  font-family: "Univers Regular";
  font-size: 1.2em;
}
.section ul li {
  margin: 0.4em 0;
}

hr {
  width: 100%;
}

.postscript {
  display: flex;
  flex-direction: row;
}
.postscript h4:first-child {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
    .about-wrapper {
        max-width: 80%;
    }

    .tele, .mail {
        margin: 0;
    }

}

/*# sourceMappingURL=about.css.map */
