@media (max-width: 767px) {
    .PageContent,
    .page-content-body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-content-body > * {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .page-content-body > *:first-child {
        margin-top: 0 !important;
    }

    .page-content-body > *:last-child {
        margin-bottom: 0 !important;
    }
}
