.development-boards .development-boards-cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.series {
    width: 100%;
    border: solid 4px var(--z-page-primary-color);
    color: var(--z-page-primary-color);
    display: flex;
    padding: 6.4rem 4rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin-top: 4.48rem;
}

.series-left {
    transform: translateY(1.04rem);
    margin-right: 40px;
}

.series img {
    width: 35.8333%;
    max-width: 430px;
}

.series-title {
    font-size: 3.44rem;
}

.series img.series-title-en {
    width: 100%;
    max-width: 564px;
    margin-top: 2rem;
}


.describe {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 500;
}

.development-boards-cards.cards-width,
.vividnode-board-configurations
{
    gap: 0 !important;
}

.development-boards-cards.cards-width .tpl-product-cards {
    max-width: 400px;
    width: 400px;
}

.development-boards-cards.cards-width .tpl-product-cards img {
    width: 270px;
}

main.development-boards.site-main .development-boards-cards .tpl-product-cards {
    width: 100%;
}

main.development-boards.site-main .development-boards-cards .tpl-product-cards-img {
    /* aspect-ratio: 270 / 176; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

main.development-boards.site-main .development-boards-cards .tpl-product-cards-img img{
   max-width: 100%;
   max-height: 100%;
}

main.development-boards .development-boards-cards .title{
    font-weight: 700;
}

main.development-boards .development-boards-cards .tpl-product-cards .content span {
    display: block;
    margin-top: 15px;
}

main.development-boards .development-boards-cards .tpl-product-cards .content span a {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .development-boards .development-boards-cards {
        gap: 16px;
    }

    .series {
        border: solid 1.5px var(--z-page-primary-color);
        padding: 22px ;
        margin-top: 24px;
    }

    .series-left {
        margin-right: 0.2rem;
    }

    .series-title {
        font-size: 0.26rem;
    }

    .series img.series-title-en {
       margin-top: .2rem
    }

    .series-left {
        transform: translateY(5px);
    }

    .describe {
        margin-bottom: 16px;
    }

    .development-boards-cards.cards-width .tpl-product-cards {
        max-width: 100%;
        width: 100%;
    }

    .development-boards-cards.cards-width {
        gap: 24px !important;
    }

    .development-boards-cards.cards-width .tpl-product-cards img {
        width: 200px;
    }

    .vividnode-board-configurations.wrap {
        padding: 0;
    }

    .development-boards-cards.cards-width .tpl-product-cards.center {
        align-items: center;
    }

    .development-boards .tpl-product-cards.center {
        align-items: flex-start;
    }

    main.development-boards.site-main .development-boards-cards .second-title {
        padding-left: var(--z-body-padding);
        padding-right: var(--z-body-padding);
    }

    main.development-boards.site-main .development-boards-cards .tpl-product-cards-img {
        aspect-ratio: 164 / 108;
        width: 100%;
    }

    main.development-boards.site-main .development-boards-cards .tpl-product-cards .block-content .content {
        padding-top: 16px;
        line-height: 1.8;
        font-weight: 400;
    }

    .block-btn {
        margin: 12px 0 !important;
    }
}
