.customize-card__item {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.customize-card__items figure {
	width: 50%;
}

.customize-card__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 4/2;
}

.customize-card__copy {
	width: 50%;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.customize-card__copy h2 {
	text-align: left;
}

.customize-card__item:nth-child(2n+2){
	flex-direction: row-reverse;
}