.block_othercourses .course-pill.has-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.1s;
    background: rgba(6, 49, 96, 0.6);
    background: linear-gradient(180deg, rgba(6, 49, 96, .08) 0%, rgb(6, 49, 96) 100%);
    z-index: 10;
}

.block_othercourses .course-pill.has-image:hover:after {
    background: rgba(41, 113, 220, 0.9);
    background: linear-gradient(180deg, rgba(6, 72, 150, .35) 0%, rgba(41, 113, 220, 1) 100%);
}