section.xgn-cardlist {
    padding: 105px 20px 104px;
    background-position: 40px 28px;
    background-repeat: no-repeat;
}
.xgn-cardlist h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
.xgn-cardlist h4 {
    margin-top: 0;
    margin-bottom: 40px;
}
.xgn-cardlist-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto -30px;
    padding: 0;
}
.xgn-cardlist-container img {
    object-fit: contain;
    object-position: center;
    min-width: 0px;
    max-height: 128px;
}
.xgn-cardlist-container figure {
    flex-basis: 15%;
    /* width: 100%;
    max-width: 246px; */
    text-align: center;
    margin: 0 30px 30px;
}
/* .xgn-cardlist-container figure:first-of-type {
    margin: 0 30px 30px 0;
}
.xgn-cardlist-container figure:last-of-type {
    margin: 0 0 30px 30px;
} */
.xgn-cardlist-container figcaption {
    padding-top: 16px;
}
@media (max-width: 1199px) {
    .xgn-cardlist-container {
        flex-direction: column;
        align-items: center;
    }
    .xgn-cardlist-container figure {
        flex-basis: 100%;
        margin: 0 30px 0px;
    }
    .xgn-cardlist-container figure:first-of-type {
        margin: 0 0px 0px 0;
    }
    .xgn-cardlist-container figure:last-of-type {
        margin: 0 0 0px 0px;
    }
    .xgn-cardlist-container figcaption {
        margin-bottom: 40px;
        max-width: 400px;
    }
    .xgn-cardlist-container figcaption.last {
        margin-bottom: 0;
    }
}