diff --git a/app/why-rapha-physiotherapy-etobicoke/page.js b/app/why-rapha-physiotherapy-etobicoke/page.js index 07fdab8..b719f6c 100644 --- a/app/why-rapha-physiotherapy-etobicoke/page.js +++ b/app/why-rapha-physiotherapy-etobicoke/page.js @@ -150,7 +150,7 @@ export default function Team() { */}

Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.

- + Make an Appointment
diff --git a/public/assets/css/module-css/solutions.css b/public/assets/css/module-css/solutions.css index 122981b..3ab263c 100644 --- a/public/assets/css/module-css/solutions.css +++ b/public/assets/css/module-css/solutions.css @@ -27,8 +27,8 @@ .image_block_two .image-box{ position: relative; display: block; - /* padding-bottom: 137px; */ - /* padding-left: 140px; */ + padding-bottom: 137px; + padding-left: 140px; } .image_block_two .image-box img{ diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 930afb4..2f06b7e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -479,6 +479,12 @@ .theme-btn.btn-one { background: var(--theme-color); + } + + .theme-btn.btn-one-blue{ + + background-color: #102548; + } .theme-btn.btn-one-new {