/* Sobre • Cards com grid */
.profile .grid{
  display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))
}
.profile .grid .card h3{margin-bottom:.35rem}
.profile .grid .card p{color:var(--text-2)}
