.recommended-courses-item-new {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    padding: 30px;
    background: radial-gradient( 117.49% 404.62% at 102.22% 0%, #8fbcff 0%, #3079d2 79.02% );
    mix-blend-mode: normal;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    color: #fff;
}
.recommended-courses-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recommended-courses-background img {
    opacity: 0.1;
}