h1,
h2,
.h2 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
}

h1 {
    font-size: 22px;
}

.h2,
h2 {
    font-size: 30px;
}

.site-header {
    position: static;
}

.page-header {
    background: #00509d;
    padding: 20px 0;
    border-radius: 0;
    margin-bottom: 25px;
    color: #fff;
}


/* cards  */

.collections {
    display: flex;
    flex-wrap: wrap;
}

.card-archive {
    background-color: #FFF;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    margin: 20px;
}

.card-archive .card-content {
    padding: 25px;
    background: #fff;
}

.card-archive img {
    width: 100%;
    height: 215px;
}

.card-archive .card-img {
    position: relative;
}

.card-archive .card-img a {
    position: relative;
    display: block;
    height: 100%;
}

.card-archive .card-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 22%);
    z-index: 9;
}

.card-views {
    position: absolute;
    background-color: #e7b732;
    color: #fff;
    bottom: 30px;
    left: -10px;
    padding: 5px 22px;
    text-align: center;
    line-height: 23px;
    z-index: 999;
}

.card-views::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    color: #d7a92b;
    border-bottom: 5px solid #d7a92b;
    border-top: 5px solid transparent;
    border-width: 5px;
    border-right: 5px solid #d7a92b;
    border-left: 5px solid transparent;
    z-index: 999;
}

.card-date {
    color: #333;
    font-size: 14px;
}

.card-title {
    font-size: 23px;
    margin: 0;
}

.first-color {
    color: #00509d
}

.rd-color {
    color: #e7b732;
}

.pagination .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-weight: 900;
    margin: 0 3px;
    border-radius: 50px;
    font-size: 18px;
    background: #fff;
    color: #00509d;
}

.pagination .prev,
.pagination .next {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert;
}

.marg-50 {
    margin: 25px 0;
}

.pagination .prev {
    float: right;
    text-align: right;
}

.pagination .page-numbers {
    border: 1px solid #c8d7e1;
}

.pagination .page-numbers:hover,
.pagination .current {
    color: #fff;
    background: #00509d;
}

.not-found {
    padding: 100px 0 25px 0;
}

.not-found h1 {
    font-size: 100px;
    color: #00509d;
}

.not-found .search-form,
.mb-25 {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .card-archive {
        width: 30%;
    }
}