.about-future,
.about-image img {
  border-radius: var(--border-radius);
}
.about-mission,
.about-story,
.about-team,
.about-values {
  margin-bottom: 80px;
}
.about-future {
  background: var(--background-light);
  padding: 60px;
}
.about-future h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
}
.about-future p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.about-page {
  padding: 40px 0 80px;
}
.about-image img {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow-light);
}
.about-mission {
  text-align: center;
}
@media (max-width: 768px) {
  .about-future {
    padding: 40px 20px;
  }
}
