@import "src/styles/colors"; .main{ display: flex; flex-direction: column; .screening{ background-color: #ffffff; padding: 15px; margin-bottom: 15px; } #addScreening { align-self: center; width: 320px; } } .card-container { .sub-group { padding-top: 15px; border-bottom: 1px solid $color-white-1; &--first { padding-top: 0; } &--last { border-bottom: none; } p { color: $color-text-dimmed; font-family: "PT Sans", serif; font-size: 14px; padding-bottom: 15px; font-weight: bold; letter-spacing: 0.35px; line-height: 19px; } } } .info-text { display: flex; justify-content: space-between; font-weight: normal; .info-label { font-weight: bold; } div { margin-right: 8px; font-weight: normal; } } .form-field { margin-left: 10px; &--header { padding-bottom: 9px; } }