.top_section { position: relative;}
.top_section img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.top_section .inner{ min-height: 300px; align-items: flex-end;}
.top_section h1 { margin: 0 0 1rem;  font: normal 3.2rem var(--fontGraphikCondensed); text-transform: uppercase; letter-spacing:  0.3rem; padding: 1rem; background: #fff;}
.top_section h2 {width:100%;margin-bottom: 1rem;color: var(--white);}
.top_section.standalone{background-color: #b91c26;padding-top: 1rem;}
.top_section.standalone .inner{ min-height: initial }

.pagination{text-align:center;padding: 0 50px;display: flex;justify-content: center;position:relative;background: var(--primary);overflow: hidden;font-size: var(--fontSize-Medium);width: 100%;/* max-width: 530px; */margin: 2rem auto;grid-column: 1/-1;background: transparent;grid-gap: 0.5rem;}
.pagination *{padding: 0;height: 50px;line-height: 50px;width: 50px;border: 1px solid #ddd;color: var(--black);}
.pagination .current{font-weight: 600;cursor: default;opacity: .4;}
.pagination a:hover{  background:rgba(0,0,0,.3)}
.pagination .next,.pagination .prev{position:absolute;top: 0;width: 50px;text-indent:-999px;overflow:hidden;right: 0;display: grid;place-items: center;}
.pagination .next:after,.pagination .prev:after{position:absolute;text-indent: 0px;content:"\f105";width: 11px;height: 11px;border-right: 3px solid #333;border-bottom: 3px solid #333;border-radius: 3px;}
.pagination .prev:after{transform: rotate(135deg);margin-left: 6px;}
.pagination .next:after{transform: rotate(-45deg);margin-right: 6px;}
.pagination .next{ right:0;}
.pagination .prev{ left:0;}
.pagination .dots{ border:none}

.content.not-found{ background: var(--primary)}
.content.not-found .articles_grid .title h4{ color:var(--white)}
.content.not-found .articles_grid .title.center h4:before,.content.not-found .articles_grid .title.center h4:after { background:#ddd;}
.content.not-found .card { color: var(--white); border-bottom-color: #333}

@media (max-width: 500px) {
    .top_section .inner{ min-height: 220px;}
}
