diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index b6f8e6d351..492f06d9c5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -185,8 +185,21 @@ } } - .payment-right-section { + .payment-checkout { padding: var(--spacing-08); + width: 408px; + + @include media-breakpoint-down(lg) { + width: 100%; + } + + h1 { + @include heading-md; + } + + .student-disclaimer { + @include body-sm; + } } }