#uniblock-9 {
    padding: 60px 0px;
}

#uniblock-9 .news-list-items {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#uniblock-9 h2 {
    text-align: center;
    color: #4E4A47;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 40px;
}


#uniblock-9 .news-list-item {
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
}

#uniblock-9 .news-list-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#uniblock-9 .news-list-item-picture {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat !important;
    height: 250px;
    background-size: cover !important;
}

#uniblock-9 .news-list-item-picture img{
    max-width: 100%;
    height: 100%;
}

#uniblock-9 .news-list-item-picture::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, black 100%);
    opacity: 0.8;
}

#uniblock-9 .news-list-item-picture::after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

#uniblock-9 .news-list-item-information {
    margin-top: 5px;
}

#uniblock-9 .news-list-item-duration {

}

#uniblock-9 .news-list-item-name {
    text-align: center;
    color: #4E4A47;
    font-size: 1.5rem;
}