diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index d7a46ea6d3..573c914b55 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -138,3 +138,23 @@ } } } + +.payment-container { + padding-top: var(--spacing-13); + + .payment-row { + display: flex; + gap: var(--spacing-10); + justify-content: center; + + .payment-right-section { + padding: var(--spacing-08); + } + } + + @include media-breakpoint-up(md) { + .payment-left-section { + padding: 0; + } + } +}