.license-list .clinic_gallery img {
    width: 175px;
}
@media only screen and (max-width: 768px) { 
    .news-content .license-list {
        display: flex;
        flex-wrap: wrap;
    }
    .news-content .clinic_gallery {
        width: 46%;
        height: initial;
    }
    .news-content .zoom:after {
        display: none;
    }
}