#header .text_ {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 250px;
    max-width: 996px;
}

.paginator li a.active {
    background: #F9E2BE!important;
}

.page-link {
    padding: 0!important;
    margin: 0!important;
    color: #463524!important;
}


.page-link:not(.more) {
    border: 0!important;
}

.page-link:hover {
    background-color: transparent!important;
}

.d-none {
    display: none;
}
.text-break {
    white-space: break-spaces;
}