span.course_booked.text-muted.d-flex.align-items-center.gap-2 {
    padding-right: 5px !important;
}

.courseCard {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F3EDFF;
    overflow: hidden;
    box-shadow: 0px 0px 17px 7px #0000001A;
    transition: 0.3s;
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    width: 95%;
    margin: auto;
}

.courseCard  del.oldPrice,.courseCard  strong.newPrice {
    font-weight: 600;
    line-height: 140%;
}

.courseCard:hover {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.courseCard span.instructorBy,.courseCard span.instructorBy a {
    line-height: 120%;
    font-weight: 400;
    color: #17171799;
}

.courseThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.courseThumb {
    height: 220px;
    overflow: hidden;
}

.courseRating {
    display: flex;
    align-items: center;
}

.courseRating .stars i {
    color: #687eff;
}

.courseRating .ratingNumber {
    margin-left: 5px;
    color: #444;
}

.courseTitle {
    font-weight: 500;
    overflow: hidden;
    line-height: 135%;
    height: 65px;
}

.courseTitle a {
    color: #222;
    text-decoration: none;
}


.courseInstructor {
    display: flex;
    align-items: center;
    gap: 8px;
}

.courseInstructor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.course_content {
    padding: 22px 15px 0px 15px;
}

@media only screen and (min-width: 1200px){
    .courseCard  del.oldPrice,.courseCard  strong.newPrice {
        font-size: 16px;
    }

    .courseTitle {
        font-size: 20px;
    }

    .courseRating .ratingNumber {
        font-size: 13px;
    }

    .courseCard span.instructorBy,.courseCard span.instructorBy a {
         font-size: 16px;
    }

    .courseRating .stars i {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courseRating .stars i {
        font-size: 11px;
    }
    span.ratingNumber {
        font-size: 11px;
    }
    .courseCard  del.oldPrice,.courseCard  strong.newPrice{
        font-size: 13px;
    }
    .courseCard span.instructorBy,.courseCard span.instructorBy a {
         font-size: 14px;
    }
    .course_meta span,.course_meta i {
        font-size: 14px;
    }
}