
.WebLink {
    padding: 0;
    margin-bottom: 20px;
}


.WebLink .HeadLink {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 35px;
    width: 100%;
    font-size: 14px;
    align-items: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.WebLink .HeadLink .Title:before{
    content: '';
    width: 200px;
    height: 3px;
    display: inline-block;
    position: absolute;
    background: #0d7840;
    bottom: -2px;
}

.WebLink .Content{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.WebLink .Content .ImgWebLink{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.WebLink .Content .ImgWebLink .Item{
    flex-grow: 1;
    width: 180px;
    height: 100px;
    margin: 5px;
    border: 1px solid #e4e4e4;
}
.WebLink .Content .ImgWebLink .Item a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.WebLink .Content .ImgWebLink .Item img{
    width: 100%;
    object-fit: fill;
    height: 100%;
}


.WebLink .HeadLink .Title {
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-weight: bold;
}


@media only screen and (max-width: 768px){
.WebLink {
    padding: 10px !important;
    width: 100vw;
}
}