.wbox-list-course {
    background: #f9f9f9;
    border-radius: 5px;
    margin: 20px 0;
}

.wbox-list-course h2 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 20px 0 0 0;
    background: #daded2;
    color: #222;
    padding: 15px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wbox-list-course h2:before {
    content: '\f06c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #007d37;
    padding-right: 15px;
}

.wbox-list-course .course {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.wbox-list-course h3 {
    margin: 0 0;
    font-size: 1.2em;
    font-weight: 700;
}

.wbox-list-course .course-date {
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #222;
}

.stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
