.pagination {
    display: flex;
    align-items: center;
    max-width: 25.911vw;
    margin: 3.229vw auto;
    justify-content: space-between;
}
.prev-posts a, .next-posts a {
    padding: 0.729vw 1.042vw 0.885vw 1.042vw;
    background-color: #525d77;
    border-radius: 2.604vw;
    display: inline-block;
    line-height: 1;
    font-size: 0.938vw;
    font-weight: 700;
}
.prev-posts svg, .next-posts svg {
    width: 1.25vw;
}
.current-num {
    margin: 0 1.406vw;
}
.prev-posts, .next-posts {
    width: 7.031vw;
}

.filter-text-display {
    margin-left: 2.448vw;
    color: #525d77;
}
.related_term {
    font-weight: 700;
}

@media (max-width: 1024px) {


    .pagination {
        max-width: 368px;
        margin: 40px auto;
    }
    .prev-posts a, .next-posts a {
        font-size: 16px;
        border-radius: 50px;
        padding: 17px;
    }
    .prev-posts svg, .next-posts svg {
        width: 18px;
    }
    .prev-posts, .next-posts {
        width: 114px;
    }
    .current-num {
        margin: 0 10px;
    }
    
}
@media (max-width: 480px) {
    .current-num {
        font-size: 13px;
    }
}