.home-news, .moduletable-test-news{
    margin-top: 60px;
    margin-bottom: 35px;
}
.main-content__morenews {
  padding-top: 0px;
  margin: 35px 0px;
}

.home-news__title{
    text-align: center;
    text-transform: uppercase;
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 56px;
    color: var(--news-title-color);
    overflow: hidden;
    margin-bottom: 20px;
}

.home-news__title:before, .home-news__title:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: var(--news-title-color);
}

.home-news__title:before {
    left: -25px;
    margin-left: -50%;
}
.home-news__title:after {
    left: 25px;
    margin-right: -50%;
}

.home-news-block, .newsflash-horiz-test-news{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 29px 54px;
}

.newsflash-horiz-test-news li{
    position: relative;
    height: 260px;
    background: var(--gray-color);    
}

.newsflash-horiz-test-news li img{
    max-height: 260px;
    object-fit: cover;
    width: 100%;
}

.newsflash-horiz-test-news .newsflash-title-test-news{
    position: absolute;
    height: 100%;
    width: 100%;
}
.newsflash-horiz-test-news .newsflash-title-test-news a{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 46px;
    color: var(--white-color);
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-top: 30px;
    padding-left: 44px;
    padding-right: 20%;
}


.home-news-block__inner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    grid-column: 1 span;
    min-height: 260px;
    padding: 30px 44px;
}

.home-news-block__inner .home-news-block__inner-title{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 46px;
    color: var(--white-color);
}
