.archive {
    padding: 91px 0 76px;
}

.archive .page-title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #414551;
    margin-bottom: 60px;
}

.archive .blog-item {
    padding: 20px 20px 30px;
    box-shadow: 0px 1px 6px 2px #00000012;
    background: #FFFFFFCC;
    border-radius: 15px;
    display: block;
    height: 100%;
}

.archive .blog-item .title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #414551;
    margin-top: 21px;
}

.archive-wrapper {
    padding: 0 68px;
    row-gap: 62px;
}


.archive-wrapper .pagination .page-numbers {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #414551;
    width: 22px;
    display: block;
}

.archive-wrapper .pagination .page-numbers.current {
    text-decoration: underline;
}

.archive-wrapper .pagination .nav-links {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1199.9px) {
    .archive-wrapper {
        padding: 0;
    }
}

@media screen and (max-width:767.9px) {
    .archive-wrapper img {
        max-width: unset;
        width: 100%;
        height: auto;
    }
}