@media screen and (max-width: 768px) {
    .el-row[data-v-9d01d58e] {
        flex-wrap: wrap
    }

    .el-row ul[data-v-9d01d58e] {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap
    }

    .el-row ul li[data-v-9d01d58e] {
        width: 50% !important
    }

    .el-row ul li button[data-v-9d01d58e] {
        font-size: 12px
    }

    .el-row div[data-v-9d01d58e] {
        width: 100% !important
    }
}

.el-row[data-v-9d01d58e] {
    margin-right: 0 !important;
    margin-left: -20px !important;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 400px;
    display: flex
}

.el-row ul[data-v-9d01d58e] {
    list-style: none;
    width: 30%
}

.el-row ul li[data-v-9d01d58e] {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.el-row div[data-v-9d01d58e], .el-row ul li button[data-v-9d01d58e] {
    width: 95%
}