diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/all.scss b/services/web/frontend/stylesheets/bootstrap-5/components/all.scss
index d368999211..7d50253664 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/components/all.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/components/all.scss
@@ -10,6 +10,7 @@
@import 'badge';
@import 'form';
@import 'input-suggestions';
+@import 'list';
@import 'modal';
@import 'quote';
@import 'footer';
diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/list.scss b/services/web/frontend/stylesheets/bootstrap-5/components/list.scss
new file mode 100644
index 0000000000..dd4f030075
--- /dev/null
+++ b/services/web/frontend/stylesheets/bootstrap-5/components/list.scss
@@ -0,0 +1,33 @@
+@mixin list-checkmark {
+ $icon-size: 24px;
+
+ ul {
+ list-style: none;
+ margin-top: var(--spacing-06);
+ padding-left: 0;
+ }
+
+ li {
+ background-size: $icon-size $icon-size;
+ margin-bottom: var(--spacing-05);
+ padding-left: calc(var(--spacing-05) + $icon-size);
+ }
+}
+
+.list-checkmark-green {
+ @include list-checkmark;
+
+ li {
+ background: url('../../../../public/img/website-redesign/check-in-green-circle.svg')
+ no-repeat left top;
+ }
+}
+
+.list-checkmark-blue {
+ @include list-checkmark;
+
+ li {
+ background: url('../../../../public/img/website-redesign/check-in-blue-circle.svg')
+ no-repeat left top;
+ }
+}
diff --git a/services/web/public/img/website-redesign/check-in-blue-circle.svg b/services/web/public/img/website-redesign/check-in-blue-circle.svg
new file mode 100644
index 0000000000..11af81dd9f
--- /dev/null
+++ b/services/web/public/img/website-redesign/check-in-blue-circle.svg
@@ -0,0 +1,9 @@
+
diff --git a/services/web/public/img/website-redesign/check-in-green-circle.svg b/services/web/public/img/website-redesign/check-in-green-circle.svg
new file mode 100644
index 0000000000..507c304c46
--- /dev/null
+++ b/services/web/public/img/website-redesign/check-in-green-circle.svg
@@ -0,0 +1,9 @@
+