.tpl-list {
    width: 100%;
    &.isElearning {
        background: #fff;
        .column-1:last-child {
            margin-bottom: 8px;
        }
    }
}

.standard-list {
    background: #f3f4f5;
}