.info_wrapper{
    margin-top: 50px;
    padding: 3% 5%;
    background-color: rgba(255, 255, 255, 0.6);
}


.home_news .list-topics li {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 40px 0;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.home_news .list-topics li a:hover {
border: none;
border-bottom: 1px solid #333;
}
.home_news .list-topics li a:hover::after {
    content: none;
}

.home_news .list-topics a{
    display: inline;
    padding: 0;
    border: none;
}

.list-topics .date {
    width: 170px;
}

.list-topics .news_title {
    flex: 1;
}



@media screen and (max-width: 768px) {
    
    .list-topics .news_title {
        flex: auto;
        width: 100%;
    }

  
}



@media screen and (max-width: 480px) {

    
}
