.rewardexc {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

.text-big {
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
}

.btn-point {
    color: #6D1369;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-decoration: none;
    background: linear-gradient(to bottom, #FFF, #BBB);
    );
    border-radius: 30px;
    padding: 15px 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-point:hover {
    box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.garis-vertikal {
    width: 2px;
    height: 80px;
    background-color: gray;
    display: flex;
    margin: 0 10px;
}

.patah {
    border: 1px dashed gray;
    margin: 10px;
}

.garis-patah {
    border-left: 2px dashed gray;
    height: 90%;
    margin: 0 10px;
}

.point-box {
    border-radius: 20px;
    background: linear-gradient(180deg, #D4327F, #6F126B);
    );
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 40px 40px;
    box-sizing: border-box;
}

.bg-primary {
    background: linear-gradient(to bottom, #ee0979, #ff6a00);
}

.provision {
    width: 95%;
    margin: 50px auto;
    text-align: left;
}

.provision-title {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}

.provision-list {
    margin-left: -18px;
}

.provision-list li {
    font-weight: 300;
    text-align: justify;
    margin-bottom: 5px;
}

@media (max-width: 360px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
        justify-content: flex-start;
        color: white;
    }

    .point-box {
        padding: 20px 40px 40px;
    }

    .btn-point {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        padding: 15px 25px;
    }
}

@media (max-width: 576px) {
    .desktop-only {
        display: none;
    }

    .point-box {
        padding: 20px 40px 40px;
    }

    .mobile-only {
        display: flex;
        justify-content: flex-start;
        color: white;
    }

    .wrapper-box {
        width: 100%;
        margin: 50px auto;
        box-sizing: border-box;
        background: #041949;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .tukar-point {
        background: #DE3284;
        padding: 5px;
        border-radius: 3px;
        border: none;
        text-decoration: none;
        font-size: 10px;
        color: white;
    }

    .bg-in-point {
        background: linear-gradient(180deg, #DB3385, #86499B);
        padding: 20px;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 5px;
    }

    .text-in-point {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
        justify-content: flex-start;
        color: white;
    }

    .wrapper-box {
        width: 58%;
        margin: 50px auto;
        box-sizing: border-box;
        background: #041949;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .tukar-point {
        background: #DE3284;
        padding: 5px 10px;
        border-radius: 3px;
        border: none;
        text-decoration: none;
        color: white;
    }

    .tukar-point:hover {
        box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
    }

    .point-box {
        padding: 20px 40px 40px;
    }

    .bg-in-point {
        background: linear-gradient(180deg, #DB3385, #86499B);
        padding: 15px 30px 13px;
        border-radius: 5px;
    }

    .text-in-point {
        font-size: 38px;
        font-weight: 600;
    }

    .provision {
        width: 55%;
        margin: 50px auto;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .width-coupon {
        width: 20%;
    }

    .desktop-only {
        display: flex;
        justify-content: center;
    }

    .mobile-only {
        display: none;
    }

    .wrapper-box {
        width: 58%;
        margin: 50px auto;
        box-sizing: border-box;
        background: #041949;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .point-box {
        padding: 40px 20px 60px;
        width: 350px;
    }

    .provision {
        width: 58%;
        margin: 50px auto;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .width-coupon {
        width: 20%;
    }

    .desktop-only {
        display: flex;
        justify-content: center;
    }

    .mobile-only {
        display: none;
    }

    .wrapper-box {
        width: 35%;
        margin: 50px auto;
        box-sizing: border-box;
        background: #041949;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .point-box {
        padding: 20px 20px 45px;
        width: 350px;
    }

    .provision {
        width: 35%;
        margin: 50px auto;
        text-align: left;
    }
}
