diff --git a/src/Constants/Copy/featuresCopy.js b/src/Constants/Copy/featuresCopy.js
index 34e8b1a..6de9209 100644
--- a/src/Constants/Copy/featuresCopy.js
+++ b/src/Constants/Copy/featuresCopy.js
@@ -27,23 +27,25 @@ export const FeaturesBottom = () => {
return (
- Discovery requests dramatically fast{" "}
+ Discovery requests dramatically fast
+
*
- -
+
-
Click mate: Generate discovery requests with a few clicks, with the
- help of your Intellidraft AI assistant.
+ help of your Intellidraft AI assistant. And/or...
- -
- Options: Select manually from a comprehensive request library,
- categorized by case type and customizable to your case's facts.
+
-
+ You have options: Select manually from a comprehensive request
+ library, categorized by case type and customizable to your case's
+ facts.
- -
+
-
Done: get a draft together in minutes, with a formatted .docx for
service.
-
+
* Launching spring '24
);
};
diff --git a/src/styles/features.scss b/src/styles/features.scss
index a7cd2a0..351a919 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -12,11 +12,23 @@
}
.features-header-text {
+ display: flex;
+ flex-direction: row;
margin-top: 8px;
margin-left: 8px;
padding-left: 7px;
}
+.features-asterisk {
+ font-size: 12px;
+}
+
+.features-disclosure {
+ font-size: 12px;
+ float: right;
+ margin-right: 32px;
+}
+
.features-bottom-wrapper {
display: flex;
flex-direction: row;