.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.course-name h3{
	margin-top:0;
}
p.other-details b {
    display: inline-block;
    min-width: 106px;
}
p.other-details {
    margin-bottom: 10px;
    word-break: break-all;
    word-break: break-word;
}
p.other-details b + span {
    display: inline-block;
    word-break: break-all;
    width: calc(100% - 123px);
    vertical-align: top;
}
.course-name h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 19px;
}