.title {
    font-family: "Segoe UI semibold";
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 14px;
}
.hr-top {
    border-top: 1px solid #ddd;
    margin-top: -5px;
}
.title-video-other > span {
    color: #0f4fa1;
    text-transform: uppercase;
    font-family: "Segoe UI bold";
    font-size: 14px;
    padding-right: 10px;
    background: #fff;
}

