diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css
index e3b130c52e168f328d0885304e2b109ffcba8cfc..aeb0a5b99c094dccb81165511cceba5851447090 100644
--- a/src/components/HomepageFeatures/styles.module.css
+++ b/src/components/HomepageFeatures/styles.module.css
@@ -6,6 +6,7 @@
 }
 
 .featureSvg {
-  height: 200px;
-  width: 200px;
+  max-height: 200px;
+  max-width: 200px;
+  aspect-ratio: 1/1;
 }