﻿.contact-list {
    list-style: none; /* removes bullet points */
    padding-left: 0;
    margin-top: 1rem;
}

    .contact-list li {
        margin-bottom: 0.5rem;
    }

.clerk-section p.bio-text {
    text-indent: 2rem; /* controls paragraph indent size */
    margin-bottom: 1rem;
    text-indent: 2rem;
}
