.card-container {
    position: relative;
    user-select: none;
    margin-bottom: 40px;
    padding: 5px;
}

.imgBx {
    height: 415px !important;
}

.imgBx img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.imgbxFuture img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.titleCard {
    /* height: 70px; */
    width: 100%;
}

.contentBx {
    position: absolute !important;
    top: 0;
    height: 100%;
    background: rgba(9, 166, 190, 0);
    z-index: -100;
}

.contentBx ul p {
    color: aliceblue !important;
    line-height: 18px;
}

.imgBx:hover .contentBx {
    z-index: 1000;
    background: rgb(9, 166, 190);
    border-radius: 10px 10px 0 0;
    transition: all 0.7s;
}

.imgBx:hover img {
    border-radius: 10px 10px 0 0;
    opacity: 0.1;
}

@media screen and (min-width: 1024px) {
    .mySwiper .custom-center-card {
        justify-content: center;
        scroll-behavior: smooth;
    }

    .mySwiper .our_courses {
        justify-content: left;
        scroll-behavior: smooth;
    }
}