diff --git a/index.html b/index.html
index ba6b0acbbc257f532554a026d1bcb60ea97dbc1f..a7e936ad113b3e71c5bdaf54fe6a5a0b19297221 100644
--- a/index.html
+++ b/index.html
@@ -96,7 +96,7 @@
                 <div class="tasks-section">
                     <div class="task-text">
                         <h1 class="medium-heading" style="color:#469198">What are the kind of tasks we'll be working on at <span style="color:black">Free Software</span> Camp?</h1>
-                        <p class="para">At Free Software Camp you can contribute to free software through various technical and non-technical tasks with the help of our mentors. Here are a few technical and non-technical ways you can contribute:</p>
+                        <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
                     </div>
                 </div>
                 <div class="task-tech">
diff --git a/style.css b/style.css
index ef5dbcc4976d15427bbe04c3ba9b50816be0ce3e..5c6bd50c1c468f47825ce04017af3e48b3b047e2 100644
--- a/style.css
+++ b/style.css
@@ -329,7 +329,6 @@ nav{
 }
 .task-text{
     display: flex;
-    width: 80%;
     margin: auto;
     justify-content: center;
     flex-direction: column;