diff --git a/style.css b/style.css index 3f690465..73ea1450 100644 --- a/style.css +++ b/style.css @@ -288,6 +288,7 @@ p { display: flex; align-items: flex-start; justify-content: center; + align-items: center; flex-direction: column; padding: 30px; border-radius: 10px; @@ -311,8 +312,9 @@ p { } #services .service-bottom .icon { height: 80px; - width: 80px; + width: 82px; margin-bottom: 20px; + } #services .service-item h2 { font-size: 2rem; @@ -322,7 +324,7 @@ p { } #services .service-item p { color: white; - text-align: left; + text-align: center; } /* End Services Section */