.view-grid .view-content-unformatted .views-row {
    flex: 1;
	-webkit-box-flex: 1;
    -ms-flex: 1;
}

.view-grid .view-content-unformatted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.okpud-view-location-info-col{
	min-width: clamp(300px, 33%, 500px);
}
.okpud-view-location-info-col.views-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
