section#features {
    display: flex;
    flex-flow: row wrap;
}

section#features > div {
    flex: 1 250px;
    padding-bottom: 4em;
}

section#features figure {
    text-align: center;
    min-height: 200px;
}

section#features > div:first-child figure {
    padding-top: 30px;
}

section#features a {
    font-weight: bold;
}

section#features ul {
    text-align: left;
}

section#features li {
    margin-bottom: 0.5em;
}


dl#features ul {
    list-style-type: disc;
}


dl#features dt {
    text-align: center;
    font-size: 1.2em;
}

dl#features figure img {
    max-width: 100%;
    height: auto;
}

