.container-about {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.container-about .p1 {
  width: 60%;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.container-about .p2 {
  width: 60%;
  margin: 0;
}
