.icon img {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin: 0 3px 5px;
}

@media (min-width:47.5em) {
    .inline li {
        display: inline-block;
        width: 48%;
        margin-right: 1%;
    }
    .nav-tiles-list .double {
        height: 108px;
        text-align: center;
        overflow: hidden;
        line-height: 1.25;
        padding: 0;
        white-space: normal;
    }
    .nav-tiles-list .double svg {
        height: 72px;
        margin: 0;
        overflow: hidden;
        text-align: center;
        width: 72px;
    }
    .nav-tiles-list .double .text {
        display: block;
    }
    .nav-tiles-list .double img {
        height: 72px;
        width: 72px;
    }
}