diff --git a/src/css/style.css b/src/css/style.css
index cf7f81c7602cba72b6edcd60166c08e16b05df8f..496e6faadb3bafc4f175e1bcb726c0c4146dcbcc 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -283,7 +283,7 @@ h4 {
 .feature-section .feature-container {
     display: flex;
     flex-direction: column;
-    align-items: center;
+    align-items: start;
     justify-content: center;
     margin: 5rem auto;
 }
@@ -330,7 +330,6 @@ h4 {
     }
 }
 
-
 .team-section .team-list {
     display: flex;
     flex-direction: column;
@@ -387,6 +386,10 @@ h4 {
         margin: 5rem auto;
         text-align: center;
     }
+
+    .feature-section .feature-container {
+        align-items: center;
+    }
 }
 
 .contact-section .contact-container {
@@ -449,8 +452,6 @@ footer .footer-nav {
 
 footer .footer-nav a {
     padding: 5px 10px;
-    color: var(--primary);
-    font-weight: var(--weight-bold);
 }
 
 .button {
@@ -715,7 +716,6 @@ nav a {
     width: 100%;
 }
 
-
 .contact-form .button-container {
     display: flex;
     width: 100%;
@@ -751,4 +751,4 @@ textarea {
     font-weight: var(--weight-regular);
     font-family: 'Poppins', sans-serif;
     background: rgba(255, 255, 255, 0.1);
-}
\ No newline at end of file
+}