.galleys::before {
    content: "";
    display: none;
}

.section::before {
    content: "";
    display: none;
}

.section {
    border-top: 1px solid #ddd;
}

.obj_article_summary > .cover {
    box-shadow: 0.3px 0.3px 2px 2px rgba(0, 0, 0, 0.092);
}


