.gallery-thumb-business span a {
    left: -200px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #777777;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
}

.col-5-custom {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}

/* Center pagination navigation */
.site-pagination {
    display: flex;
    justify-content: center;
    /* Center the pagination */
    margin-top: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
    /* Center the pagination items */
    padding: 0;
    margin: 0;
}

/* Center page number info */
.page-number-info {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
