#about {
  width: 90%;
  height: 90vh;
  min-height: auto;
  background:  RGB(30,235,105);
  color: white;
  padding: 10px 5% 10px 5%;
}

.text {
  max-width: 66%;
  min-width: 350px;
}

p {
  color: black;
  font-size: 3vh;
}