diff --git a/docs/.vuepress/components/TeamPage.vue b/docs/.vuepress/components/TeamPage.vue
index 456f52a7227923821180b698258b21cc99cd3e87..13e87034190dac0f1cde5ca7f3cb5e48625e72e4 100644
--- a/docs/.vuepress/components/TeamPage.vue
+++ b/docs/.vuepress/components/TeamPage.vue
@@ -165,7 +165,7 @@
    <!-- Full team image -->
     <div class="team-photo-container">
       <img
-        src="https://static.igem.wiki/teams/5306/full-team-photo.png"
+        src="https://static.igem.wiki/teams/5306/team-image.jpg"
         alt="Full Team Photo"
         class="team-photo"
       />
@@ -177,7 +177,7 @@
 
 <style scoped>
 .team-container {
-  margin-top: 10px;
+  margin-top: 60px;
   display: flex;
   min-width: 99vw;
   height: 100%;
@@ -206,6 +206,7 @@
   display: flex;
   justify-content: center;
   margin-top: 20px; /* Add space between the cards and the team photo */
+  margin-bottom: 20px;
 }
 
 .team-photo {