.tgr_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.tgr_gallery.layout-2 .tgr_block {
    width: calc(50% - 10px);
}

.tgr_gallery.layout-3 .tgr_block {
    width: calc(33.33% - 13.33px);
}

.tgr_block img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
