.contentVerticalGallery .item .separator::after{
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='6600 13700 2700 2300'><polygon fill='white' fill-opacity='0.2' points='6780.81,13801.73 6694.81,14497.58 6942.14,14497.58 7006.17,13979.07 8215.03,13979.07 7978.32,15523.74 8744.16,15523.74 9014.46,13801.73'/><polygon fill='white' fill-opacity='0.2' points='7159.81,14255.49 6889.58,15977.44 7655.46,15977.44 9123.2,15977.44 9209.2,15281.65 8961.83,15281.65 8897.84,15800.13 7688.98,15800.13 7925.66,14255.49'/></svg>");
background-size: 80%;
background-repeat: no-repeat;
background-position: center
}
.contentVerticalGallery .item:last-child .separator::before{
top: 0;
height: 70%;
transform: translateX(-50%);
min-height:unset;
background: linear-gradient(to top, var(--neutral-color-light), var(--logo-color-1));
}
.contentVerticalGallery .item:first-child .separator::before{
bottom: 0;
top: unset;
height: 50%;
transform: translateX(-50%);
min-height: unset;
}

.contentVerticalGallery .item:last-child .separator::after{
	background-color: var(--neutral-color-light);
}

.contentVerticalGallery .item:last-child .title, .contentVerticalGallery .item:last-child p {
	color: var(--neutral-color-light);
}
.contentVerticalGallery .item:last-child img{
filter: grayscale(100%) brightness(120%) blur(3px);
}