diff --git a/index.html b/index.html index d7fed18..996ca71 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,17 @@ color: #666; margin-bottom: 20px; } + + /* Additional CSS modifications */ + .about-us-heading { + font-size: 24px; + color: #333; + margin-bottom: 20px; + } + + .about-us-content { + margin-top: 40px; + }