diff --git a/pages/.vitepress/theme/custom.css b/pages/.vitepress/theme/custom.css
index a62a8c2..ccc0e87 100644
--- a/pages/.vitepress/theme/custom.css
+++ b/pages/.vitepress/theme/custom.css
@@ -195,6 +195,30 @@
/* font-size: min(1.1em, calc(8px + 1vw)); */
}
+.hc-quote-text {
+ /* color: rgb(0, 0, 0); */
+ text-align: center;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ padding-bottom: 32px;
+ line-height: 1.5;
+ font-weight: 600;
+ font-size: min(1.4em, calc(6px + 2vw));
+}
+
+.hc-quote-author {
+ /* color: rgb(0, 0, 0); */
+ text-align: center;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ padding-bottom: 32px;
+ line-height: 1.5;
+ font-style: italic;
+ font-size: min(1.0em, calc(4px + 1.5vw));
+}
+
.hc-row {
display: grid;
column-gap: 10px;
diff --git a/pages/.vitepress/theme/index.ts b/pages/.vitepress/theme/index.ts
index d191235..5ffb552 100644
--- a/pages/.vitepress/theme/index.ts
+++ b/pages/.vitepress/theme/index.ts
@@ -39,6 +39,8 @@ import {
faBrain,
faCheck,
faInfinity,
+ faQuoteLeft,
+ faQuoteRight,
} from '@fortawesome/free-solid-svg-icons';
library.add(faClipboardCheck)
@@ -47,6 +49,8 @@ library.add(faPeopleArrows)
library.add(faBrain)
library.add(faCheck)
library.add(faInfinity)
+library.add(faQuoteLeft)
+library.add(faQuoteRight)
export default {
extends: DefaultTheme,
diff --git a/pages/en/researchers/index.md b/pages/en/researchers/index.md
index 8cb3faf..9175961 100644
--- a/pages/en/researchers/index.md
+++ b/pages/en/researchers/index.md
@@ -65,11 +65,6 @@ sidebar: false
-