.wrapper-section.wrapper-section.content-body-page .row.post-list h3 {
    text-align: left;
}
.wrapper-section.wrapper-section.content-body-page .row.post-list li::before {
    content: none;
    display: none;
}
.wrapper-section.content-body-page .fs-7 {
    font-size: .875rem;
}
.wrapper-section.content-body-page .post-list .blog-featured-image {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 50% 0 0 0;
    background: #0065B5;
}
.wrapper-section.content-body-page .post-list .blog-featured-image::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: #0065B5;
    opacity: .7;
    z-index: 2;
}
.wrapper-section.content-body-page .post-list .blog-featured-image img {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.wrapper-section.content-body-page .post-list .blog-featured-image h3 {
    position: absolute;
    inset: auto auto 1.125rem 1.125rem;
    color: #fff;
    text-shadow: 1.5px 1.5px 3px rgb(0 0 0 / 50%);
    z-index: 3;
}
.wrapper-section.content-body-page .post-list .post-item-data {
    padding: 1rem;
    border-radius: 0 0 10px 10px !important;
    border: solid 1px #E2EDF6;
    border-top: 0;
    overflow: hidden;
}
.wrapper-section.content-body-page .post-list .post-item-data .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrapper-section.wrapper-section.content-body-page ul.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 60px 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    text-align: left;
    justify-content: center;
}
.wrapper-section.wrapper-section.content-body-page ul.pagination>li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.wrapper-section.wrapper-section.content-body-page ul.pagination>li::before {
    content: none;
    display: none;
}
.wrapper-section.wrapper-section.content-body-page ul.pagination>li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50rem;
    text-decoration: none !important;
    background: transparent;
    color: #0065B5;
    border: 1px solid #0065B5;
}
.wrapper-section.wrapper-section.content-body-page ul.pagination>li.active a {
    background: #0065B5;
    color: #fff;
    pointer-events: none;
}



