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

.describe {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.8;
}

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

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

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

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

    .describe {
        margin: 16px 0 !important;
    }

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

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

    .embedded-development-cards.cards-width .tpl-product-cards img {
        width: 100%;
    }

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

    .embedded-development-cards .block-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

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

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

    .embedded-development>.wrap>.btn {
        margin: 24px 0 !important;
        padding: 0 !important;
    }

    .embedded-development>.wrap>.btn>.tpl-btn {
        width: 100%;
    }
}
