.page-header {
    background-color: #185d91!important;
    color: #fff;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 50px
}

.flex-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.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: #185d91 !important;
    border: 1px solid #2e1e41;
    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
}

@media (min-width: 992px) {
    .services-box {
        width:18%;
        font-size: 18px;
        font-weight: 700
    }
}
