.course-img{
	    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.lh-25{
	line-height: 25px !important;
}
.d-flex {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.h-100{
	height: 100%;
}

.equal-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-col {
    display: flex;
    flex-direction: column;
}

.equal-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.disabled{
pointer-events: none;
background-color: #e7e7e7;
color: #777 !important;
border-color: #e7e7e7;
}
.disabled i{
color: #777 !important;
}

@media (max-width: 767px) {
    .equal-row {
        display: block;
    }
}