#product {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-image: url("/masterplans/assets/pemateri-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.produk-desc-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-badge {
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.badge-text {
    color: #0c56ff;
    font-size: 24px;
    font-weight: 700;
}

.product-subtitle {
    color: #86868e;
    font-style: italic;
}

.product-body {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: #c2c2ce solid 3px;
}

.product-body p {
    color: #86868e;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.produk-desc-card-wrapper {
    width: 40%;
}

.description {
    width: 60%;
}

.desc-point {
    display: inline-block;
    background-color: #fee300;
    padding: 5px 10px 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.desc-point p {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.desc-checklist {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.checklist {
    color: #fef26f;
    font-size: 25px;
}

/* Mobile */
@media (max-width: 767px) {
    #product {
        background-image: none;
        background-size: auto;
        background-position: center;
    }

    #product .container {
        padding: 0 16px;
    }

    .product-body {
        flex-direction: column;
    }

    .produk-desc-card-wrapper {
        width: 100%;
    }

    .description {
        width: 100%;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    #product {
        background-size: auto 1800px;
    }
}
