diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 7826ab8f4cb578d335903e6a0d146406e0243ec2..733d8488741cbaba3efd3137d0439141d57c6d2a 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -1787,15 +1787,16 @@ section,
 .team .team-member .member-img {
   position: relative;
   overflow: hidden;
-   width: 200px; /* Set your desired width */
+  width: 200px; /* Set your desired width */
   height: 200px; /* Set your desired height */
 }
 
+/*
 .team .team-member .member-img img {
-  width: 100%; /* Ensure the image covers the width */
-  height: 100%; /* Ensure the image covers the height */
-  object-fit: cover; /* Ensures the image covers the area without distortion */
-}
+  width: 100%; 
+  height: 100%;
+  object-fit: cover; 
+}*/
 
 .team .team-member .member-img:after {
   position: absolute;