diff --git a/src/pages/index.js b/src/pages/index.js
index a4d6052..a5f8aff 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -189,7 +189,7 @@ const IndexPage = ({ ...props }) => (
diff --git a/src/pages/services.js b/src/pages/services.js
index f9728d1..415c092 100644
--- a/src/pages/services.js
+++ b/src/pages/services.js
@@ -166,10 +166,7 @@ const ServicesPage = () => (
h2Classes="text-5xl saburly-color font-light"
headline="Flexible Workflow"
text="We are helping everything from Fortune 500 companies to startups
- and tailor our processes based on your scale and needs. We
- collaborate closely with our clients at each step of the
- development process and make sure that the solutions deliver great
- value and meets your specific business requirements"
+ and tailor our processes based on your scale and needs. "
classes="container mx-auto"
/>
diff --git a/src/styles/general.css b/src/styles/general.css
index 51b0fc7..e28da96 100644
--- a/src/styles/general.css
+++ b/src/styles/general.css
@@ -176,3 +176,7 @@ a {
.bg-white-opacity {
background: rgba(255, 255, 255, 0.9);
}
+
+.slideout-open .social-icons {
+ display: flex;
+}