.mcourses_wraper{
	border: 1px solid rgba(126, 133, 139, 0.18);
    padding: 10px 6px 10px 6px;
    border-radius: var(--borderRadius);
    transition: var(--transition);
    margin-bottom: 30px;
	background: #fff;
    box-shadow: 0 0 6px 0px rgb(255 152 0 / 41%);
}
.mcourses_wraper:hover{
	background: #fff;
    box-shadow: 0 0 0px 0px rgb(255 152 0 / 41%);
}
.mcourses_contnt_wraper{
	display: flex;
    align-items: center;
}
.mcourses_img{
	width: 72px;
    height: 72px;
    border: 1px solid rgba(95, 45, 237, 0.15);
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
	overflow: hidden;
}
.mcourses_img img{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.crstitle{
	height:40px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-top: 4px;
    margin-bottom: 3px;
}
.mcrsbtn{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
	color:#014a7e;
}