diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index 20a6b2149..abe8a4599 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -299,8 +299,15 @@ body .cc-error-container #alert-message { width: 100%; } #fmg-checkout-shared #other-payments-container .italicSmall { - margin-top: 10px; - margin-bottom: 16px; + margin-top: 24px; + margin-bottom: 24px; + font-size: 14px; + color: #525656; +} +#fmg-checkout-shared #other-payments-container .disclaimerContainerv2 { + margin-bottom: 24px; + font-size: 14px; + color: #525656; } @media only screen and (max-device-width: 767px) { #fmg-checkout-shared #applepay-and-paypal-container { diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index 1847cc5f0..e721af1d2 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -379,9 +379,17 @@ body { } .italicSmall { - margin-top: 10px; - margin-bottom: 16px; + margin-top: 24px; + margin-bottom: 24px; + font-size: 14px; + color: #525656; } + + .disclaimerContainerv2 { + margin-bottom: 24px; + font-size: 14px; + color: #525656; + } } @media only screen and (max-device-width: 767px) {