/* The source image contains duplicate explanatory copy. Crop it to the receipt artwork only. */
.step-card--second .step-card__checkout-visual {
	position: relative;
	width: 276px;
	height: 349px;
	margin: 0;
	overflow: hidden;
}

.step-card--second .step-card__checkout-visual img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 350px;
	height: auto;
	max-width: none;
	transform: translate(-50%, -166px);
}
