.shortcuts-list {
    list-style-type: none;
    padding: 0;

    &__item {
        display: flex;
        justify-content: space-between;
        margin-bottom: em(7, 14);
    }
}
