diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js
index ec1c851..1d0936f 100644
--- a/components/sections/home/MobileServicesSection.js
+++ b/components/sections/home/MobileServicesSection.js
@@ -9,7 +9,7 @@ export default function MobileServices() {
Our Services
-
We Offer For You Medical &
Saving Lives
+ We Offer For You Medical &
Saving Lives
{
diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css
index c3c9da1..73fa3a9 100644
--- a/public/assets/css/module-css/feature.css
+++ b/public/assets/css/module-css/feature.css
@@ -148,9 +148,9 @@
transition: all 500ms ease;
}
-.feature-block-two .inner-box:hover .icon-box:before{
+/* .feature-block-two .inner-box:hover .icon-box:before{
transform: scale(1,1);
-}
+} */
.feature-block-two .inner-box h3{
display: block;
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 9f4f069..33b1ec9 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -537,6 +537,7 @@
position: relative;
display: inline-block;
padding: 24px 48px 22px 48px;
+ border: 1px solid #fff;
}
.theme-btn span:before {