h2 {
        text-align: center;
}

/* Space between list items */
ul.summaries>li {
        margin-bottom: 1.25em;
}

/* Reduce space between paragraphs inside each item */
ul.summaries>li>p {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
}

/* Avoid extra space at the end of each item */
ul.summaries>li>p:last-child {
        margin-bottom: 0;
}

h4 {
        font-weight: bold;
        margin-top: 0.25em;
        margin-bottom: 0.25em;

}