/* ==========================================================================
   Maktabi — Testimonials page styles
   Quote wall uses the shared .quotes/.quote recipe (components.css).
   ========================================================================== */

.testi-hero {
  padding-block: var(--sec) 0;
  text-align: center;
  position: relative;
}

.testi-hero__in {
  max-width: 840px;
  margin-inline: auto;
}

.testi-hero .h1 {
  margin-top: 14px;
  margin-bottom: 20px;
}

.testi-hero .lead {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 32px;
}

.testi-hero__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
