.ac-container article p {
    font-style: unset;
}

.hide-small {
    display: block;
}

.show-small {
    display: none;
}

.page_title-no-menu {
    width: unset;
}

@media screen and (max-width: 960px) {
    .hide-small {
        display: none;
    }

    .show-small {
        display: block;
    }
}