| .history__body { | |
| @include breakpoint-deprecated( "<660px" ) { | |
| padding: 0 16px; | |
| } | |
| } | |
| .history__description { | |
| margin: 22px 0 24px; | |
| color: var(--color-text-subtle); | |
| font-size: $font-body; | |
| } | |
| .history__body { | |
| @include breakpoint-deprecated( "<660px" ) { | |
| padding: 0 16px; | |
| } | |
| } | |
| .history__description { | |
| margin: 22px 0 24px; | |
| color: var(--color-text-subtle); | |
| font-size: $font-body; | |
| } | |