.WebLink {
    width: 100%;
    padding: 15px;
    background: #f1fcefc2;
    margin-bottom:20px;
}
.WebLink .HeadLink {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
}
.WebLink .HeadLink:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #009342 10%, #009342 10%, #009342 90%, #009342 90%, #f5f5f5 100%);
}
.WebLink .HeadLink .Title {
    padding: 15px 0 10px 10px;
    margin-top: 0px;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
    color: #009342;
    font-weight: 500;
    display: inline-block;
    font-size: 1.2em;
}
.WebLink .Content {padding: 10px;}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
}