.about {
  background: var(--white);
  max-width: 75ch;
  padding: 30px;
  float: right;
  z-index: 5;
  margin-right: 5vmin;
  margin-top: 20vmax;
  font-weight: bolder;
}

h1 {
  font-size: 3rem;
  font-family: "Lato";
  line-height: 0.8;
  margin-top: 2rem;
}

h1 small {
  font-size: 1.7rem;
  font-family: "Lato";
  font-weight: bolder;
  padding-left: 0.1rem;
}

h4 {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bolder;
  letter-spacing: 0.5rem;
  color: var(--primary);
  padding-left: 0.3rem;
}

p {
  line-height: 1.5;
  padding-top: 1rem;
  text-align: justify;
  font-weight: 300;
}

p:nth-child(1) {
  margin-top: 2rem;
}

.card {
  background-color: var(--light);
  padding: 4rem 2rem;
  margin: 2rem auto;
}

.card ol {
  padding-left: 1.4rem;
}

.card ol li {
  padding-left: 0.4rem;
  list-style-type: decimal;
  font-weight: 300;
}

.pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 60vw;
  position: fixed;
  z-index: -2;
}

.pattern img {
  width: 70%;
}
/*# sourceMappingURL=about.css.map */
