@import "global.css";

/* =============================================
   style-sobre.css — Estilos exclusivos da página "Sobre"
   ============================================= */

.sobre {
  text-align: center;
}

.sobre-quote {
  background: #fff;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}

.sobre-quote a {
  font-weight: bold;
}

.sobre-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
  justify-content: center;
}

.sobre-imgs img {
  max-width: 100%;
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}