diff --git a/src/components/CustomPopup/customPopupModal.scss b/src/components/CustomPopup/customPopupModal.scss
index 0933a3089e8a2e3bce8bb49977dafb72d6933afd..3e86e2fffa9086c1be3e842aec4c2df1dca9c3f1 100644
--- a/src/components/CustomPopup/customPopupModal.scss
+++ b/src/components/CustomPopup/customPopupModal.scss
@@ -11,13 +11,13 @@
   align-items: center;
   padding: 1rem;
   max-width: 20rem;
+  text-align: center;
 
   .customPopup-title {
     color: $gold-shadow;
     margin: 1rem auto;
   }
   .customPopup-content {
-    text-align: center;
     font-weight: 700;
     p {
       color: $grey-bright;