/* ===============================
   ABOUT PAGE — PREMIUM STYLING
   =============================== */

/* ----- HERO IMAGE ----- */
.about-hero {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 0 0 18px 18px;
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ----- MAIN WRAPPER ----- */
.about-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 22px 60px;
}

/* ----- MAIN TITLE SECTION ----- */
.about-intro {
  text-align: center;
  margin-bottom: 60px;
}

.about-intro h1 {
  font-size: 44px;
  margin-bottom: 20px;
  color: #222;
}

.about-intro p {
  font-size: 19px;
  line-height: 1.7;
  color: #555;
  max-width: 760px;
  margin: 0 auto 18px;
}

/* ----- FEATURE BLOCKS ----- */
/* Center text inside feature blocks */
.about-section {
  background: #fff;
  padding: 40px 32px;
  margin-bottom: 28px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center; /* NEW */
}

.about-section h2 {
  font-size: 28px;
  margin-bottom: 14px;
  color: #222;
  letter-spacing: 0.2px;
  text-align: center; /* NEW */
}

.about-section p {
  font-size: 18px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 8px;
  text-align: center; /* NEW */
}

/* Partner list */
.partner-list p {
  margin: 4px 0;
  font-size: 17px;
  text-align: center; /* NEW */
}


/* ----- MEDIA QUERIES ----- */
@media (max-width: 700px) {
  .about-hero {
    max-height: 330px;
  }
  .about-intro h1 {
    font-size: 32px;
  }
  .about-section {
    padding: 28px 20px;
  }
  .about-section h2 {
    font-size: 24px;
  }
}
