main .archives {
    margin-top: 117px;
    margin-bottom: 146px;
}

.category-description {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-list article {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 22px;
    text-align: center;
}

.splide__arrow--prev {
    left: 0;
}

.splide__arrow--next {
    right: 0;
}

.post-list img {
    max-width: 420px;
    width: 100%;
    height: 418.613px;
    object-fit: cover;
    border-radius: 29px;
}

#post-slider {
    margin: 20px;
}

#post-slider li {
    text-align: center;
}

#post-slider a {
    color: var(--black-color);
    text-decoration: underline;
}

.post-list a {
    color: var(--black-color);
}

.post-list .post-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 56px;
    display: block;
}

.post-type-archive-certifications .post-list,
.tax-certifications_category .post-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    margin-bottom: 60px;
}


.post-type-archive-certifications .post-list article,
.tax-certifications_category .post-list article {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 22px;
    text-align: center;
    border-radius: 21px;
    background: #F5F5F5;
    max-width: 307px;
    width: 100%;
    justify-content: center;
    padding: 5%;
}

.post-type-archive-certifications .post-list img,
.tax-certifications_category .post-list img {
    height: 225px;
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}

.subcategory-title {
    color: var(--black-color);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 20px;
    display: block;
}

.post-anchors {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.post-anchors a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .post-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .post-type-archive-certifications .post-list,
    .tax-certifications_category .post-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .post-list {
        grid-template-columns: 1fr;
    }

    .subcategory-title {
        text-align: center;
    }

    .post-type-archive-certifications .post-list,
    .tax-certifications_category .post-list {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .post-list .post-title {
        font-size: 22px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .post-list .post-title {
        font-size: 20px;
        line-height: 45px;
    }

    .post-type-archive-certifications .post-list article,
    .tax-certifications_category .post-list article {
        width: 100%;
        height: auto;
    }
}
