.information-grid .tile {
    padding: 15px
}

.information-grid .tile img {
    object-fit: cover;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    height: 200px;
    width: 250px;
}