* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, input, textarea, button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.about {
  background-image: url(/images/bg-about.png?e2bfaf1032904de43bcf6ffa75a0bb2f);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}
.about h2 {
  text-align: center;
  color: #909090;
  font-size: 4rem;
  font-weight: 700;
}
.about p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: justify;
}
