.container-about {
  width: 100vw;
  height: 100vh;
  max-width: fit-content;
  max-height: fit-content;
}

.g-about {
  display: grid;
  padding: 0px 50px 0px 50px;
  grid-template-columns: 1fr;
}

.g-about #about-title {
  padding: 20px;
  color: #00FF2A;
  font-size: 36px;
  font-weight: bold;
}

.g-about #about-text {
  padding: 10px 0px 20px 0px;
  font-size: 24px;
  text-align: center;
}