ul.centered-list {
    display: table;
    margin: 0 auto;
    text-align: left;
    padding-left: 1.5em;
    list-style-position: outside;
}
.intro-infographic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2em 0 0 0;
    border-radius: 6px;
}