section.xgn-cardlist {
    padding: 105px 0 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 {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 164px;
}
.xgn-cardlist-container figure {
    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 figcaption {
        margin-bottom: 40px;
    }
    .xgn-cardlist-container figcaption.last {
        margin-bottom: 0;
    }
}