.about-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.about-text {
  max-width: 600px;
}

.about-text h1 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  color: #0f172a;
}

.about-text p {
  line-height: 1.7;
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 1rem;
}

.signature {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: #334155;
}

.about-img img {
  width: 460px;
  max-width: 100%;
  border-radius: 16px;
}

.about-extra-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}

.extra-img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.extra-img-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }
}
