
.ftl-103 .list .item {
    margin-bottom: 20px;
}

.ftl-103 .list .item .img{
    display: flex;
    justify-content: center;
    width: 100%;
}

.ftl-103 .list .item img {
    height: 160px;
    min-height: 160px;
    width: 160px;
    min-width: 160px;
    border-radius: 2px;

}

.ftl-103 .list .item .content-box {
    display: flex;
    justify-content: center;

    width: 100%;
}

.ftl-103 .field-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;

    width: 100%;
    text-align: center;
}

.ftl-103 .field-value {
    font-size: 14px;
    color: #000;

    width: 100%;
    text-align: center;
}


@media (min-width: 768px) {
    .ftl-103 .body-box {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ftl-103 .body-box .content-box {
        width: 80%;
    }

    .ftl-103 .list {
        display: flex;
        flex-wrap: wrap;
    }

    .ftl-103 .list .item-box {
        width: 33.33%;
    }

    .ftl-103 .list .item .content {
        width: 80%;
    }
}