﻿.course__member {
    margin-bottom: 40px
}

.course__member-item {
    padding: 25px 30px;
    background: #f3f4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.course__member-department {
    display: block;
    line-height: 1.2;
    font-size: 0.9em !important;
    font-weight: 200;
}

.course__member-thumb {
    position: relative;
}

    .course__member-thumb::after {
        position: absolute;
        content: "";
        right: 0;
        /*top: 12%;*/
        width: 1px;
        height: 80px;
        background: #dddee4;
    }

    .course__member-thumb img {
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.course__member-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.course__member-name span {
    font-size: 15px;
    color: #53545b;
}

.course__member-info h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.course__member-info span {
    font-size: 15px;
    color: #53545b;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course__member-thumb::after {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .course__member-thumb::after {
        display: none;
    }

    .course__member-mail {
        margin-top: 10px
    }
}
