.WebLink {
    margin-bottom:15px;
}
.WebLink .HeadLink {
    position: relative;
    padding: 0;
    border-bottom: 2px solid #23aeef;
    margin-bottom: 15px;
}
.WebLink .HeadLink span {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 70px;
    text-transform: uppercase;
    color: #23aeef;
    position: relative;
    font-family: Roboto;
}
.WebLink .HeadLink span:before {
    position: absolute;
    right: calc(100% - 60px);
    height: 1px;
    content: '';
    background-color: #23aeef;
    top: calc(50% - 1px);
    width: 40px;
}
.WebLink .HeadLink span:after {
    top: calc(50% + 3px);
    width: 60px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #0066b3;
    right: calc(100% - 60px);
}