.elch-icon-list__intro { margin-bottom: 30px; }
.elch-icon-list .elch-grid { gap: 10px 40px; }
.elch-icon-list .list-with-icon { margin-bottom: 25px; }
.elch-icon-list .list-with-icon-image {
    float: left;
    width: 64px;
    margin-right: 22px;
}
.elch-icon-list .list-with-icon-image img { display: block; width: 100%; height: auto; }
.elch-icon-list--photo .list-with-icon-image { width: 110px; }

.elch-icon-list__bullet {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 22px;
    border-radius: 50%;
    background: #5dc269;
    color: #fff;
    font-size: 18px;
}
.elch-icon-list .list-with-icon-content { overflow: hidden; }
.elch-icon-list .list-with-icon-title { margin-bottom: 8px; font-size: 17px; font-weight: 700; }
.elch-icon-list .list-with-icon-title a { color: inherit; }
.elch-icon-list .list-with-icon-caption > :last-child { margin-bottom: 0; }
.elch-icon-list .elch-figure { margin: 0; }
/* Round photos: show the credit below the image instead of on top of it */
.elch-icon-list .elch-figure--round img { border-radius: 50%; }
.elch-icon-list .elch-figure--round .elch-figure__credit {
    position: static;
    display: block;
    padding: 4px 0 0;
    background: none;
    color: #999;
    font-size: 10px;
    text-align: center;
}
