diff --git a/src/registrar/forms/feb.py b/src/registrar/forms/feb.py
index 7a96b6caf..a77b08318 100644
--- a/src/registrar/forms/feb.py
+++ b/src/registrar/forms/feb.py
@@ -12,7 +12,7 @@ class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrar
field_name = "feb_naming_requirements"
- required_error_message = "Select \"Yes\" if your submission meets each domain naming requirement. Select \"No\" if it doesn't meet each requirement." # noqa: E501
+ required_error_message = "Select “Yes” if your submission meets each domain naming requirement. Select “No” if it doesn’t meet each requirement." # noqa: E501
@property
def form_is_checked(self):
diff --git a/src/registrar/templates/domain_request_dotgov_domain.html b/src/registrar/templates/domain_request_dotgov_domain.html
index 964b7ca52..60923a48b 100644
--- a/src/registrar/templates/domain_request_dotgov_domain.html
+++ b/src/registrar/templates/domain_request_dotgov_domain.html
@@ -131,7 +131,9 @@
{# Conditional Details Field – only shown when the executive naming requirements radio is "False" #}
-
Provide details below. *
+
+ Provide details below. *
+
{% with add_label_class="usa-sr-only" attr_required="required" maxlength="2000" %}
{% input_with_errors forms.3.feb_naming_requirements_details %}
{% endwith %}
diff --git a/src/registrar/templates/domain_request_purpose.html b/src/registrar/templates/domain_request_purpose.html
index 1ba71990a..5e1bd5b76 100644
--- a/src/registrar/templates/domain_request_purpose.html
+++ b/src/registrar/templates/domain_request_purpose.html
@@ -26,7 +26,9 @@
{% endwith %}
-
Provide details below. *
+
+ Provide details below. *
+
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}
{% input_with_errors forms.1.purpose %}
{% endwith %}
@@ -46,7 +48,7 @@
{% endwith %}
-
+
Provide details on your target time frame. Is there special significance of this day (legal requirement, announcement, event, etc.)? *
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}
@@ -68,7 +70,7 @@
{% endwith %}
-
+
Name the agencies that will be involved in this initiative. *
{% with add_label_class="usa-sr-only" attr_required="required" attr_maxlength="2000" %}