Fix list style
diff --git a/website-v2/src/components/home/LovedByDevelopers.tsx b/website-v2/src/components/home/LovedByDevelopers.tsx
index d244d30..6ec0fce 100644
--- a/website-v2/src/components/home/LovedByDevelopers.tsx
+++ b/website-v2/src/components/home/LovedByDevelopers.tsx
@@ -8,11 +8,11 @@
     <>
       <PageSection sectionTitle={"First-class developer support"} sectionSubtitle={"Easy to customize & extend"}
                    backgroundClass={"background-primary-light"}>
-        <div className={"text-center"}>Apache StreamPipes is a great platform for developers: Implement custom adapters,
+        <p className={"text-center"}>Apache StreamPipes is a great platform for developers: Implement custom adapters,
           data processors or sinks and install them at runtime.<br/> Use StreamPipes Functions to define processing
           logic based on real-time IIoT data.<br/> Or use the client libraries, available in Java and Python, to
           interact with live and historical data in an easy way.
-        </div>
+        </p>
         <TwoColumnFeatureSection>
           <Subsection title={"Add your own extensions with the Software Development Kit"}>
             <p className={"text-left"}>It is easy to extend StreamPipes. Whether you need connectivity to a proprietary
diff --git a/website-v2/src/pages/download.tsx b/website-v2/src/pages/download.tsx
index 797f299..c4f03c2 100644
--- a/website-v2/src/pages/download.tsx
+++ b/website-v2/src/pages/download.tsx
@@ -17,10 +17,10 @@
         <h5 className="feature-item-margin"><span className="feature-highlights-bg">Prerequisites</span></h5>
         <h6></h6>
         <ul>
-          <li><i className="fas fa-check sp-color-green"></i>The Docker-based installation works with Linux, MacOS and
+          <li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i>The Docker-based installation works with Linux, MacOS and
             Windows 10.
           </li>
-          <li><i className="fas fa-check sp-color-green"></i> Install <a
+          <li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i> Install <a
             href="https://docs.docker.com/install/" target="_blank">Docker</a> and <a
             href="https://docs.docker.com/compose/install/" target="_blank">Docker Compose</a>
           </li>
diff --git a/website-v2/static/css/custom-website.css b/website-v2/static/css/custom-website.css
index f1d4660..7d6f0c0 100644
--- a/website-v2/static/css/custom-website.css
+++ b/website-v2/static/css/custom-website.css
@@ -53,7 +53,7 @@
 	transition-duration: 400ms;
 }
 
-li {
+.no-list-style {
 	list-style: none;
 }