.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
    margin-bottom: 100px;
}

.pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    color:var(--black-50, rgba(135, 138, 144, 1));

}

.pagination a:hover {
    color: #fff;
    background: linear-gradient(264.09deg, #88B23F 4.91%, #247238 91.1%);
}

.pagination .bx-active {
    background-color: #2b8a3e;
    color: #fff;
    pointer-events: none;
}

.modern-page-title{
	display: none;
}
.modern-page-navigation span{
    background: linear-gradient(264.09deg, #88B23F 4.91%, #247238 91.1%);
    color:#fff!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
