diff --git a/changes/32273-custom-settings-different-spacing b/changes/32273-custom-settings-different-spacing
new file mode 100644
index 0000000000..40ce4b1724
--- /dev/null
+++ b/changes/32273-custom-settings-different-spacing
@@ -0,0 +1 @@
+- Fixed inconsistent subtitle text style in Custom Settings
diff --git a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx
index d48d09aa4c..0665de8cd2 100644
--- a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx
+++ b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/CustomSettings.tsx
@@ -202,17 +202,25 @@ const CustomSettings = ({
!!profileLabelsModalData?.labels_include_any?.length ||
!!profileLabelsModalData?.labels_exclude_any?.length;
+ const subTitle = (
+ <>
+ Create and upload configuration profiles to apply custom settings.{" "}
+
- Create and upload configuration profiles to apply custom settings.{" "}
-