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;

diff --git a/stats.html b/stats.html
index 545a2bd..7029be0 100644
--- a/stats.html
+++ b/stats.html
@@ -106,7 +106,7 @@
         <div id="expenses" class="row cover bottom text-center d-inline-flex justify-content-center align-items-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); background-position: left top; background-size: 100%; background-repeat: repeat;">
           <section class="counting">
             <div class="layout">
-              <section id="content3" class="team_content"></section>
+              <section id="content3" class="team_content2"></section>
               <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
               <script>
                 $.ajax({