diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 00d40ed04486dcb86df190dc079c28bc4fc815dc..7826ab8f4cb578d335903e6a0d146406e0243ec2 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -1787,6 +1787,14 @@ section,
 .team .team-member .member-img {
   position: relative;
   overflow: hidden;
+   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 */
 }
 
 .team .team-member .member-img:after {