/* VELAXIZ v1.47.0 — four-member Team infinite loop support + compact Advantages labels. */

/*
 * Advantages: keep six items in one row on wide desktops, but give the label
 * enough usable width that normal English titles stay on one line whenever
 * practical. The layout steps down to 3 / 2 / 1 columns before text is forced
 * into an unreadably narrow pill.
 */
@media (min-width: 1201px) {
    .about-choose2-list {
        margin-right: -6px;
        margin-left: -6px;
    }
    .about-choose2-item {
        padding-right: 6px;
        padding-left: 6px;
    }
    .about-choose2-content .tits {
        max-width: 100%;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 1.3;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .about-choose2-item {
        width: 33.333333%;
        margin-bottom: 30px;
    }
    .about-choose2-content .tits {
        max-width: 100%;
        padding: 8px 14px;
        font-size: 15px;
        line-height: 1.3;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-choose2-item {
        width: 50%;
        margin-bottom: 26px;
    }
}

@media (max-width: 480px) {
    .about-choose2-item {
        width: 100%;
    }
}
