.about {
  padding: 4rem 1rem;
  background: #f8f8fa;
}
.about-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.about-text {
  flex: 1;
  min-width: 280px;
}
.about-text h2 {
  font-size: 2rem;
  color: #800080;
  margin-bottom: 1rem;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
}
.about {
  padding: 4rem 1rem;
  background: #f8f8fa;
}
.about-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.about-text {
  flex: 1;
  min-width: 280px;
}
.about-text h1 {
  font-size: 2rem;
  color: #800080;
  margin-bottom: 1rem;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
}
