.climate-change-professional-development {
    box-shadow: none !important;
}

.all-courses-container {
    padding: 15px 15px 0 11px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.all-courses-container h4 {
    padding: 4px 13px 8px;
    background-color: #3098cf;
    color: white !important;
    font-size: 22px !important;
    max-width: fit-content;
    margin-top: 0px;
}

.all-courses-container .course-item {
    margin: 24px 0px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.course-item .course-header {
    color: #337ab7;
    font-size: 20px;
    font-weight: bold !important;
}

.course-item .course-sub-header {
    font-size: 16px;
    font-weight: bold !important;
}

.course-item .course-item-text p {
    font-size: 16px;
}

.course-item .course-image img {
    max-height: 216px;
}

.course-item a img {
    width: 10px;
}

@media (max-width: 768px) {
    .course-item {
        display: flex;
        flex-direction: column-reverse;
    }
}
/*ovveride*/
.course-item .course-image img {
    max-height: none;
}
.course-item-text .to-more-nowlage{
  font-size:16px;
}
.climate-change-professional-development .stock-item-link img{
    width:10px;
    height:10px;
}
