diff --git a/src/components/layout/HonorGrids/index.tsx b/src/components/layout/HonorGrids/index.tsx
index 08525af..cd17d15 100644
--- a/src/components/layout/HonorGrids/index.tsx
+++ b/src/components/layout/HonorGrids/index.tsx
@@ -22,7 +22,7 @@ export default function HonorGrids({ data }: { data: Data }) {
style={{ backgroundImage: "url(/images/icons/honor-left.png)" }}
>
{item.largeTitle}
- {item.title}
+ {item.title}
diff --git a/src/components/layout/ParagraphSection/index.module.css b/src/components/layout/ParagraphSection/index.module.css
index 2323adc..1158565 100644
--- a/src/components/layout/ParagraphSection/index.module.css
+++ b/src/components/layout/ParagraphSection/index.module.css
@@ -1,7 +1,7 @@
.paragraphSection {
padding: 6.25rem 14vw;
padding: 6.25rem 0;
- background: rgba(255, 255, 255, 0.8);
+ /* background: rgba(255, 255, 255, 0.8); */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
diff --git a/src/pages/About/Founder.module.css b/src/pages/About/Founder.module.css
index d45522a..f96aab4 100644
--- a/src/pages/About/Founder.module.css
+++ b/src/pages/About/Founder.module.css
@@ -124,10 +124,11 @@
}
.founderIntroduction p {
+ width: 50%;
font-size: 1.125rem;
line-height: 1.5;
color: #222;
- margin: 0 0 1.5rem;
+ margin: 0 auto 1.5rem;
letter-spacing: 0.05em;
text-align: center;
}
diff --git a/src/pages/Social/Sustainability.tsx b/src/pages/Social/Sustainability.tsx
index e2b70f7..68a3179 100644
--- a/src/pages/Social/Sustainability.tsx
+++ b/src/pages/Social/Sustainability.tsx
@@ -128,8 +128,7 @@ export default function Sustainability() {
{section3Data && (