.image-block {	display: block;	width: 100%;}.image-wrap {	position: relative;	padding: 1.875rem 0rem;}.image-wrap::before {	position: absolute;	top: 0;	left: 50%;	bottom: 0;	width: 55%;	content: '';	transform: translateX(-50%);	background-color: #a4bbf9;}.image-wrap .image {	position: relative;	z-index: 1;}* + .image-2 {	margin-top: 3.1875rem;}* + .image-3 {	margin-top: 2.5rem;}* + .image-4,* + .image-4 + p {	margin-top: 1.5625rem;}.image + .image {	margin-top: 1.25rem;}.image-1 {	width: 320px;}@media (min-width: 480px) {	.image-1 {		width: auto;	}}@media (min-width: 992px) {	.image-wrap {		padding: 5.6875rem 0rem;	}	.image + .image {		margin-top: 2.5rem;	}	* + .image-2 {		margin-top: 4.4625rem;	}	* + .image-3 {		margin-top: 3.5rem;	}	* + .image-4,	* + .image-4 + p {		margin-top: 2.1875rem;	}}@media (min-width: 1600px) {	.image-wrap {		padding: 8.125rem 0rem;	}	* + .image-2 {		margin-top: 6.375rem;	}	* + .image-3 {		margin-top: 5rem;	}	* + .image-4,	* + .image-4 + p {		margin-top: 3.125rem;	}}