@mixin base() {
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;

    @media (min-width: 801px) {

    }
}

&__item {
    @include base;
}