.widget_image-grid {
}
.widget_image-grid h2 {
    margin-bottom: 30px;
}
.widget_image-grid .grid-tile {
    background-color: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.widget_image-grid .grid-tile img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .widget_image-grid h2 {
        margin-bottom: 35px;
    }
}