.promoted-courses .promatedcourse-slider .slider-item .course-box:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0 0 0 / 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.promoted-courses .promatedcourse-slider .slider-item .course-box .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #1e3d9587;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.info h5{
    color: black;
    a {
        color: antiquewhite;
    }
}