.page-header {
    background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%);
    color: #fff;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 50px
}

.flex-zone {
}

.p-50 {
    padding: 50px 0
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #c8d7e1;
    color: #000;
    text-decoration: none
}

.pagination .next,
.pagination .prev {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert
}

.pagination .prev {
    float: right;
    text-align: right
}

.pagination .current,
.pagination .page-numbers:hover {
    background: #8e001a;
    border: 1px solid #8e001a;
    color: #fff
}
.all-category {
    padding-top: 80px;
}

.all-category h2 {
    border-right: 5px solid #ecc65a;
    padding-right: 15px;
    color: #440002;
    margin-bottom: 46px;
    /* border: 1px solid; */
}

.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list ul li{
    display: inline-block;
    margin: 15px 0;
}
.category-list ul li a{
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    padding: 3px 20px;
    font-weight: 600;
}
.category-list ul li a:hover{
    background: #440002;
    border: 1px solid #440002;
    color: #fff;
}
.services-box {
    text-align: center;
    text-decoration: none;
    color: #444;
    margin: 15px 10px;
    width: 100%;
    font-size: 14px
}

.services-box img {
    margin-bottom: 15px
}

.flex-archive {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0
}

@media (min-width: 992px) {
    .services-box {
        font-size: 18px;
        font-weight: 700
    }
}