ol.inner-breadcrumb li.active{
    display: none !important;
}
.flex {
    display: flex;
}
.flex-between {
    justify-content: space-between;
}
.top-info-ex
{
    padding: 25px 0px;
}
.top-info-ex .date
{
    display: inline-block;
    color: #b0b0b0;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    align-self: center;
}
.mentor-image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.mentor .text
{
    align-self: center;
    font-size: 18px;
    margin-left: 15px;
}
.mentor .text .elem-text.sign
{
    padding-top: 10px;
    color: orange;
}
