.about p {
  color: var(--white);
}

.about h1 {
  text-align: center;
}

.about {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.about * {
  margin-bottom: 20px;
}

.about div {
  width: 50%;
}