.category {
    background-image: url(../../images/render/ca-lines-1.webp), url(../../images/render/ca-dots.svg), url(../../images/render/ca-dots.svg), url(../../images/icons/ca-stars-2-icon.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right top, top right -30px, center left, right 32px top 128px;
    background-size: 45%, auto, auto, auto;
    position: relative;
}

.category .section-heading {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='235.653 921.1139705882354 1920 128.82720588235296' xmlns='http://www.w3.org/2000/svg' style='transform:rotate(180deg);width:100%'><g><path stroke-dasharray='10 10' stroke-width='5' stroke-linecap='round' stroke='%23543AEB' fill='none' d='M2228.867,915.513c324.406-240.743,130.839-594.383-432.34-789.874-95.177-33.038-194.819-59.445-296.619-79.426C1001.432-51.628,458.982,7.506,189.4,207.564-135,448.307-74.71,1025.18,621.741,997.436c673.4-26.816,1282.724,158.82,1607.127-81.923' /></g></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding-bottom: 128px;
}

.category .wp-paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    gap: 8px;
}

.category .wp-paginate li a,
.category .wp-paginate li span {
    font-size: var(--font-size-h4);
    color: var(--white);
    background: var(--primary-color);
    border-radius: 20px;
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .wp-paginate li:hover a,
.category .wp-paginate li span.current {
    background: var(--secondary-color);
}

@media (max-width: 1440px) {}
@media (max-width: 1367px) {}
@media (max-width: 1280px) {
    .category {
        background-position: right top, top right -30px, center left, right 32px top 80px;
    }

    .category .section-heading {
        padding-bottom: 96px;
    }
}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 576px) {}