/* Increase space between intro paragraph and "Research" section */
section p:first-of-type {
    margin-bottom: 2em; /* Increase from default ~1em to 2em */
}

/* Reduce space between entries within paragraphs */
section p {
    line-height: 1.3; /* Reduce from default ~1.5-1.6 */
    margin-bottom: 1em; /* Adjust paragraph spacing if needed */
}
