diff --git a/src/features/schedule/components/ScheduleStartPage.scss b/src/features/schedule/components/ScheduleStartPage.scss index 32f262e8..a6ea05fc 100644 --- a/src/features/schedule/components/ScheduleStartPage.scss +++ b/src/features/schedule/components/ScheduleStartPage.scss @@ -183,20 +183,27 @@ } .bottom-description-frame { - padding: vars.$space-xl !important; - margin-top: vars.$space-xl; + margin-top: 20px; .bottom-description-container { + padding: 40px; + .bottom-description-title { - margin-bottom: vars.$space-m; + font-size: 20px; + font-weight: fonts.$font-regular; } .bottom-description-text { + margin-top: 20px; color: colors.$gray; - line-height: 1.6; + line-height: 20px; p { - margin-bottom: vars.$space-m; + margin: 0 0 8px; + + &:last-child { + margin-bottom: 0; + } } a {