.education_type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.dpe_list_posts {
    width: 100%;
}
.load_dpe_post_data {
    margin-top: 30px;
}

@media screen and (max-width:767px){
    .education_type {
        grid-template-columns: 1fr;
    }
}