.py-100 .container_12{
    box-shadow: none;
}
.sitemap__links{
    line-height: 1.8;
    margin-top:16px;
    
}
.chunk__container{
    grid-template-columns: auto auto auto;
    display:grid;
}
#back-icon{
    color:#2c7eef;
}
/*pagination*/
.bd-example .pagination {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pagination {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}
.pagination * a {
    text-decoration: none;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2c7eef;
    border-color: #2c7eef;
}

.pagination li {
    margin: 0!important;
}