.about-page .about-text {
  max-width: 700px;
  margin-top: 90px;
  padding: 0;
  line-height: 1.2;
  font-size: 1rem;
}

.about-page .about-text p {
  margin-bottom: 1.4rem;
}

@media (max-width: 640px) {
  .about-page .about-text {
    margin-top: 20px;
    margin-bottom: 110px;
  }
}

