.reponsive_banner .desc_head .desc_title {
    min-width: 80px;
}

.process_guide {
    justify-content: space-between;
}

.process_guide .guide_item {
    width: calc((100% - (32px * 2)) / 3);
}

.error_list .list_item {
    max-width: initial;
}



@media screen and (max-width:1023px) {
    .reponsive_banner .desc_head .desc_title {
        min-width: 70px;
    }

    .process_guide .guide_item {
        width: 100%;
    }

    .error_list {
        flex-wrap: wrap;
    }

    .error_list .list_item {
        padding: 10px;
    }
}