diff --git a/src/components/sections/homepage/what-others-say/what-others-say.module.scss b/src/components/sections/homepage/what-others-say/what-others-say.module.scss index c42db69..48b9b83 100644 --- a/src/components/sections/homepage/what-others-say/what-others-say.module.scss +++ b/src/components/sections/homepage/what-others-say/what-others-say.module.scss @@ -78,7 +78,8 @@ pointer-events: none; img { - width: 100%; + width: tovw(531px, 'default', 336px); + height: tovw(817px, 'default', 518px); margin: 0 auto; display: block; }