/* Features */

.features {

$gutter: _size(gutter);
@include breakpoint('<=medium') {
    margin: 0 0 _size(element-margin) 0;
    width: 100%;
    article {
        margin: 0 0 $gutter 0;
        width: 100%;
        .icon {
            height: 8em;
            line-height: 8em;
            width: 8em;
            &:before {
                font-size: 2.25rem;
            }
            &:after {
                height: 6em;
                margin: -3em 0 0 -3em;
                width: 6em;
            }
        }
    }
}

}