@media (max-width: 670px) {

    section.pilih-kelas {
        margin-top: 150px !important;
    }

    .card-kelas {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .card-wrapper {
        flex-direction: column !important;
    }

    .card-image {
        width: 100% !important;
    }

    .card-bottom {
        display: flex;
        flex-direction: column;
    }

    .keranjang {
        width: 100% !important;
    }

}

@media (max-width: 768px) {
    .box-home-categori {
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
    }

    section.categori-wrapper {
        display: none;
    }

    section.banner {
        /* margin-top: 10px; */
        padding: 0px 30px;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #ccc;
        height: 50px;
        width: 50px;
        top: 40%;
    }

    section.tukar-voucher {
        padding: 0px 30px;
    }

    .tukar-voucher .box-content {
        flex-direction: column;
        justify-content: left !important;
        align-items: unset;
    }

    section.pilih-kelas {
        margin-top: 70px;
    }

    .card-bottom {
        display: flex;
        flex-direction: column;
    }

    .class-type-2 {
        max-width: 100% !important;
    }


}

@media (min-width: 768px) and (max-width: 1000px) {

    .card-kelas {
        height: 100%;
    }

    .card-wrapper {
        flex-direction: column;
    }

    .card-image {
        max-width: 100% !important;
    }

    .class-type-2 {
        max-width: 100% !important;
    }


}

@media (max-width: 1000px) {

    .kelas-overlay h2 {
        font-size: 18px !important;
    }

}

@media (min-width: 1000px) and (max-width: 1250px) {

    .card-kelas {
        height: 100%;
    }

    .card-type-2 .card-image {
        max-width: 100% !important;
    }

}
