diff --git a/index.html b/index.html
index 0eb5da6..67b1fe8 100644
--- a/index.html
+++ b/index.html
@@ -297,7 +297,7 @@
height: 145px;
overflow: hidden;
z-index: 1;
- opacity: 0.85;
+ opacity: 0.75;
transition: opacity 0.5s ease;
}
@@ -584,7 +584,7 @@ document.querySelector('.wrapper').addEventListener('mouseleave', function() {
const imageWrapper = this.querySelector('.image-wrapper');
const textContainer = this.querySelector('.guide-text-container');
- imageWrapper.style.opacity = '0.85';
+ imageWrapper.style.opacity = '0.75';
textContainer.style.left = '100%';
textContainer.style.opacity = '0';
});