diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index 25678b9..fe5a88e 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -8,7 +8,7 @@ export default function MobileServices() {
- Our Services + Our Services

We Help You Move Better &
Live Healthier

diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index a26ba59..61ce517 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -42,7 +42,7 @@ export default function Banner() {
{/*
*/}
-
+
The Journey to Better Health Begins here

Your Path to Recovery Starts Today

diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 4b339f4..2f5198d 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -826,9 +826,12 @@ } .new-color { - color: #fff !important; + } + .new-color2 { + color: #fff !important; + font-size: 24px; } .sec-title h2 { @@ -3112,4 +3115,11 @@ .custom-content-box { padding: 35px; } - } \ No newline at end of file + } + @media (max-width: 425px) { + .custom-content-box.mobile-style { + background: white; + border-radius: 15%; + opacity: 0.8; + } +} \ No newline at end of file