/* OJS Custom Stylesheet - Nasconde la sezione About nella Homepage */

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 2.143rem;
    display: none;
}