﻿.titleborderOut .titleborder {
    width: 160px;
    margin: 0 auto;
    height: 2px;
    text-align: center;
    background: #ddd;
}
    .titleborderOut .titleborder:after {
        width: 15px;
        height: 15px;
        margin-left: -5px;
        border-radius: 90%;
        background: #005aab;
        position: absolute;
        top: -7px;
        border: 4px solid #ffffff;
        content: '';
    }

.titleborderOut {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;
}