

/* Start:/local/templates/aspro-medc2/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?1772092163472*/
.gallery-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.gallery-list .gallery-item {
    max-width: 300px;
}

.gallery-list .gallery-item .item-img-wrap {
    display: flex;
    max-height: 220px;
}

.gallery-list .gallery-item .item-img-wrap img{
    object-fit: cover;
    min-height: 220px;
}

@media screen and (max-width: 767px) {
    .gallery-list {
        justify-content: center;
    }
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?1772092163472 */
