.course_head {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.course_head:after {
    position: absolute;
    height: 2px;
    margin: -7px auto;
    content: '';
    left: 0;
    right: 0;
    width: auto;
    color: #000;
    background-color: var(--primary-color);
    left: 0;
    bottom: -3px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}
.course_div{
    margin: 10px -10px;
}
.card-heading{
    background-color: unset !important;
    color: var(--primary-color);
    padding: 10px;
    text-align: left !important;
}
.card-heading > small {
    color: var(--primary-color);
    background: rgba(56, 132, 146, 0.1);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 10px;
    letter-spacing: 1px;
}
.close-modal{
    top: 10px;
    position: fixed;
    right: 10px;
}
.card-panel{
    padding: 5px 5px 15px 5px;

}
.card-panel > .name {
    background-color: #FFD435;
    padding: 7px;
    margin: -7px -5px;
    font-size: 12px;
    text-align: center;

}
.card-panel > div > .enroll-btn{
    width: 100%;
    border-radius: 20px;
    background: var(--primary-dark-color);
    color: #fff;
}
.card-panel > div > .syllabus-btn{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--primary-dark-color);
    color: var(--primary-dark-color);;
    background: unset !important;
}
.card-image{
    height: 180px;
}
@media screen and (max-width: 800px) {
    .card-image{
     height: 210px;
}
}
.images > div{
    padding: 0.5px !important;
}
.content-head{
    letter-spacing: 5px;
    text-align: left;
}
.content{
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;
}

.content-image{
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
