.related-courses__course {
    padding: 25px;
    border-radius: 5px;
    display: block;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.related-courses__course:last-child {
    margin-bottom: 0px;
}

.related-courses__course__image {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.related-courses__course__content h3 {
    font-size: 16px;
    color: #0C294B;
}

.related-courses__course__content p {
    color: #afb8bf;
    font-size: 12px;
}

.related-courses__course {
    padding: 20px;
}

.related-courses__course:hover {
    background-color: #F3F8FF;
}