Fix grid layout for stats

diff --git a/css/table.css b/css/table.css
index a8f7292..7a082ec 100644
--- a/css/table.css
+++ b/css/table.css
@@ -5,6 +5,12 @@
   margin-top: 80px;

 }

 

+.team_content2 {

+  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

+  row-gap: 50px;

+  margin-top: 80px;

+}

+

 .image {

   width: 190px;

   height: auto;