diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 3921b89..8d8bc40 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -3250,7 +3250,7 @@ p { } .modern_ui_section .ui_images{ border-radius: 100%; - background-color: #fff; + background-color: #f9f4fe; width: auto; height: auto; padding: 30px 10px; diff --git a/src/components/Service/MissionStatement.js b/src/components/Service/MissionStatement.js index d9aa93b..8e4f361 100644 --- a/src/components/Service/MissionStatement.js +++ b/src/components/Service/MissionStatement.js @@ -29,7 +29,7 @@ function MissionStatement() { }, { id: 4, - title: "Get you work done", + title: "Get your work done", content: "For other tasks you need to get done, we will be there for smooth engagement", } ]; diff --git a/src/components/Service/index.js b/src/components/Service/index.js index 89b6d00..b8103de 100644 --- a/src/components/Service/index.js +++ b/src/components/Service/index.js @@ -27,7 +27,7 @@ function Service() {