.category-list {
    overflow: hidden;
    margin-bottom: 80px;
    padding: 30px 0;
}

.category-list .media {
    border: none !important;
    margin-bottom: 30px;
    position: relative;
}

.category-list .media h4 {
    margin: 0;
    line-height: 1.5rem;
    text-transform: inherit;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 1rem;
    text-transform: uppercase;
}

.newscategory-header img {
    opacity: 0;
}

.newscategory-header h3 {
    font-size: 2rem;
}

.newscategory-header {
    background: url(/static/images/footer-bg.svg);
    background-size: cover;
}

.category-list .media h5 {
    color: #999;
    margin: 0;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: .75rem;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    display: block;
}

.category-list .media h5 span:last-child {
    display: none;
}

.newscategory-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.newscategory-header .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

.category-list .media-body {
    padding-left: 10px;
}

.category-list .media-body .date {
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    margin: 0;
}




.about-page .fullscreen-section {
    position: relative;
}

.about-page .fullscreen-section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-inline-box;
    -webkit-box-pack: end;
    -webkit-box-align: end;
}

.about-page .fullscreen-section .container {
    background: none;
}

.about-page .fullscreen-section .container ul {
    display: table;
    width: 100%;
}

.about-page .fullscreen-section .container ul li {
    display: table-cell;
    padding: 30px 15px;
    width: 1%;
}

.about-page .fullscreen-section .container ul li::before {
    display: none;
}

.about-page .fullscreen-section ul li h4 {
    font-size: 2.5rem;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.about-page.statistics-values .fullscreen-section .container ul li h4 {
    color: #007DC3;
    border-bottom: 3px solid #BFC0C2;
}

.about-page .fullscreen-section .container ul li p {
    padding: 15px 0;
    color: #fff;
}

.news-item-details .footer {
    position: static;
    margin-top: 30px;
}