@media only screen and (max-width: 786px) {
    .blue-to-white-gradient2 {
        background: linear-gradient(to right, rgb(48, 133, 191, 1) 75%, rgb(250, 253, 255, 0.2) 90%);
    }
}

.mobile-course-banner-content {
    border-radius: 0 0 0.5rem 0.5rem; 
    margin-top: -6rem;
}

.mobile-course-banner-image {
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    min-height:12rem; 
    border-radius: 0.5rem 0.5rem 0 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    display: flex;
    flex-direction: column;
}

.list-elem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--off-black);
    border-radius: 0.5rem;
    max-width: 400px;
    background-color: var(--off-white);
    box-sizing: border-box;
    flex: 1;
}


.slider-img {
    position: relative;
    overflow: hidden;
}

.slider-img img {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
}

.content {
    flex-grow: 1;
}

a.mt-auto {
    margin-top: auto;
}
  
.featured_course ul {
    list-style: none;
}
  
.featured_course li:before {
    content: "+";
    margin-right: 4px;
    color: var(--green-color);
}