.tax-featured_item_category .b-card-22 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.gg-chevron-right {
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    background-position: 11px 6px;
}
.gg-chevron-left {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    background-position: 10px 6px;
}
[class*="s-pagination-"] {
    padding: 15px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}