/********************************************************************************/ /* Newest Courses */

.newest-course .section-head {
    background: var(--primary_color);
    padding: 42px 48px 154px;
    border-radius: 24px;
    position: relative;
}

.newest-course .section-head:before {
    content: " ";
    background-color: #ffffff;
    -webkit-mask-image: url(../img/vector-hero-2.svg);
    mask-image: url(../img/vector-hero-2.svg);
    width: 281px;
    height: 187px;
    position: absolute;
    right: -61px;
    bottom: -8px;
    transform: scaleY(-1);
}

.newest-course .section-head:after {
    content: " ";
    background-color: #ffffff;
    -webkit-mask-image: url(../img/vector-hero-2.svg);
    mask-image: url(../img/vector-hero-2.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 420px;
    height: 266px;
    position: absolute;
    left: -50px;
    top: 0;
    transform: scaleX(-1);
    z-index: 1;
}


.newest-course .product-swiper {
    width: calc(100% - 98px);
    margin: -114px auto 0;
}

@media (max-width: 991px) {
    .newest-course .section-head:after {
        display: none;
    }
}
@media (max-width: 575px) {
    .newest-course .section-head {
        padding: 40px 30px 154px;
        margin: 0 calc(var(--bs-gutter-x) * .5);
    }

    .newest-course .section-head-btns-wrap.text-dark{
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
    }

    .newest-course .product-swiper {
        width: 100%;
    }

    .newest-course.container{
        padding-right: 0;
        padding-left: 0;
    }
}
