.w-pis-item-image-inner {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 130%;
}
.w-pis-item-image-inner img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.w-pis-item-wrapper > .w-pis-item-image-wrapper {
	margin-bottom: 40px;
}
.w-pis-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.w-pis-item-wrapper {
	flex: 0 0 24%;
	max-width: 24%;
}