diff --git a/public/images/benefit-bg.png b/public/images/benefit-bg.png new file mode 100644 index 0000000..f8b671f Binary files /dev/null and b/public/images/benefit-bg.png differ diff --git a/src/components/sections/homepage/benefits/benefits.module.scss b/src/components/sections/homepage/benefits/benefits.module.scss index 19aeff8..585f922 100644 --- a/src/components/sections/homepage/benefits/benefits.module.scss +++ b/src/components/sections/homepage/benefits/benefits.module.scss @@ -77,7 +77,7 @@ margin: 0 tovw(-56px, 'default', -56px); margin-top: tovw(72px, 'default', 60px); - background-image: url('/images/benefit-bg.jpg'); + background-image: url('/images/benefit-bg.png'); background-position: center center; background-repeat: no-repeat; background-size: cover;