﻿.top_articles {
    padding: 0 !important;
}
.top_articles li::before {
    content: none !important;
}
.top_articles li a {
    text-decoration: none !important;
}
.top_articles {
    display: none;
}
.top_articles h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 70px 0 34px;
}
.top_articles ul li {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_articles ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.top_articles ul li a {
    width: 45%;
    padding: 15px 0;
    transition: opacity 0.25s;
}
.top_articles ul li a:hover {
    opacity: 0.75;
}
@media (min-width: 768px) {
    .top_articles {
        display: block;
    }
}
