.about {
  padding: clamp(2rem, 1.4737rem + 2.2456vw, 4rem) 1.5rem 0;
  background-color: #fff;
  position: relative;
}
.about h2 {
  margin-bottom: 4.375rem;
}
.about .grass {
  max-width: 723px;
  width: 90%;
}
.about .about-team {
  width: 100%;
  display: block;
  border-radius: 50px;
}
.about .about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 4.375rem;
  text-align: justify;
}
.about .about-grid img {
  max-width: 23.125rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
.about .about-grid p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 1.6rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}