.page-header {
    background: #26488b;
    color: #fff;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 96px;
}

.archive-page .card-image img {
    width: 300px;
    height: 222px;
}

.flex-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.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: #2d4a88;
    border: 1px solid #2f4981;
    color: #fff
}

.services-box {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 15px;
    margin: 15px 10px;
    outline: 2px dashed #cdc7d4;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
    width: 43%;
    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
}
.blog-box:nth-child(odd) .card-title{
    color: #c30024;
}
.blog-box:nth-child(odd) .read-more{
    background: #c30024;
}
@media (min-width: 992px) {
    .services-box {
        width: 18%;
        font-size: 18px;
        font-weight: 700
    }
}