@@ -113,7 +123,17 @@ const About = () => {
-
+ {/*
*/}
+
+
+
+
+
Our Consultation Services
+
+
+
+
+
diff --git a/public/css/style.css b/public/css/style.css
index c315cf6..c8535f1 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -4979,3 +4979,25 @@ footer {
color: #344c5d;
}
/*# sourceMappingURL=style.css.map */
+
+.services-area ul li i {
+ display: inline-block;
+ margin-right: 10px;
+ color: #0046c0;
+ font-size: 23px;
+ position: relative;
+ top: 5px;
+}
+
+.services-area li{
+ list-style: none;
+ display: block;
+ font-size: 18px;
+ font-weight: 500;
+ color: #111111;
+}
+
+.services-area .list-item{
+ display: inline-flex;
+ gap: 2em;
+}
\ No newline at end of file