$black: #333; $white: #fff; @mixin content-after { float: left; width: 0; height: 0; margin-top: -23px; margin-left: 15px; content: ''; border: 8px solid $black; border-radius: 100%; } section { margin-bottom: 14px; @include media('print') { margin-bottom: 8px; } } @include media('print') { dl { margin: 10px 0; } dd { line-height: 1.2; font-size: 14; } } dd { line-height: 1.42; } .column-6 { @include media('>=desktop') { float: left; width: 50%; } @include media('