.pageList {
    margin-bottom: 4rem;
}
    .pageList-item {
        background-color: #f5f5f5;
        padding: 2rem;
        margin-bottom: .5rem;
    }
    .pageList-item:hover {
        background-color: #eee;
    }
    .pageList-item > *:last-child {
        margin-bottom: 0;
    }
    .pageList-title {
        font-size: 1.25em;
        margin-bottom: .25rem;
    }
    .pageList-description {
        font-family: 'proxima-nova', 'Arial', sans-serif;
    }
    .pageList-tags {
        display: inline-block;
        vertical-align: bottom;
    }
    @media (max-width: 600px) {
        .pageList {
            font-size: .9em;
        }
    }