.WebLink {
        background: linear-gradient(180deg, rgb(251, 251, 251) 50%, rgba(202, 136, 241, 0.47) 100%);
        border-radius: 15px;
        /* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 0 1px rgba(161, 121, 18, 0.48) inset, 0 -1px 0 2px #fceac4 inset, 0 -3px 14px 6px #f9e2b0 inset, 0 -1px 0 17px #feeec3 inset, 0 -1px 0 18px #fadea4 inset, 0 18px 0 0 #ffffff inset; */
        margin-bottom: 10px;
        padding: 10px;
        /* position: relative; */
        /* z-index: 0; */
}
.WebLink .HeadLink {
        height: 40px;
        display: flex;
        align-items: center;
        background: url(images/1308192233_HelicopterMedical.png) no-repeat right 10px center, linear-gradient(180deg, rgba(218, 167, 239, 0.38) 0%, rgba(171, 14, 247, 0.86) 100%);
        background-size: 50px 50px;
        border-radius: 50px;
        box-shadow: 3px 3px 3px rgba(81, 6, 107, 0.39);
}
.WebLink .HeadLink .Title {
        color: white;
        font: 12pt Arial;
        font-weight: bold;
        padding-left: 15px;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink .Content {
        padding: 10px;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                width: 100%;
                padding: 5px;
                margin: auto;
                margin-bottom: 10px;
        }
}
