.com-link a {
    display: block;
    padding: 25px;
    border: 1px solid rgba(201,201,204,.48);
    box-shadow: 0 1px 3px #0000001a;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 15px;
}
.com-link .link-title {
    font-weight: bold;
    margin-bottom: 8px;
}
.com-link .link-description {
    font-size: 1rem;
    margin-bottom: 10px;
}
.com-link .link-name {
    font-size: .9rem;
    color: #666;
}
.com-link .link-image {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 3px;
    margin-left: 20px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .com-link .link-image {
        margin-left: 10px;
        width: 45px;
        height: 45px;
    }
}