.address { &__header { @extend %section-header; } &__heading { @extend %section-header__heading; } &__subheading { @extend %section-header__subheading; } &__attributes { @extend %paper; @include explorer-typography("body1"); padding: explorer-size(-1) explorer-size(1); } &__item { @extend %section-list__item; } &__item-key { @extend %section-list__item-key; } &__item-value { @extend %section-list__item-value; } } @media (min-width: $explorer-breakpoint-lg) { .address { &__container { max-width: explorer-size(6); } } }