.page-content {
    padding-top: 90px !important;
}

h4.post-info-line {
    line-height: 1.3 !important;
}

.card .card-body.recent-blog-post {
    padding: 0px;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #ff324d !important;
    border-color: #ff324d !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding-top: 7px !important;
}

.pagination .page-item a {
    color: #ff324d !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    line-height: 40px !important;
    padding: 0px !important;
    z-index: 1 !important;
    border-radius: 50% !important;
}

.page-item:first-child .page-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.page-item:last-child .page-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.page-item:not(:first-child) .page-link {
    margin-left: 5px !important;
}

.pagination {
    justify-content: center;
}