diff --git a/index.html b/index.html
index 695ba4e..aea330f 100644
--- a/index.html
+++ b/index.html
@@ -758,9 +758,12 @@
/* ═══════ TEAM ═══════ */
.team-grid {
display: grid;
- grid-template-columns: repeat(3, 1fr);
+ grid-template-columns: repeat(2, 1fr);
gap: 2rem;
margin-top: 3rem;
+ max-width: 700px;
+ margin-left: auto;
+ margin-right: auto;
}
.team-card {