
.savings--alternate .savings__image {
	height: 253px;
}

.savings--alternate .savings__image .holding-shape {
	top: -2.5rem;
	right: -.25rem;
}

.savings--alternate .savings__image .holding-shape__content {
	width: 327px;
	height: 253px;
	left: auto;
	transform: none;
}

.savings--alternate .savings__icon {
	bottom: 0;
	right: 1rem;
}

.savings--alternate .savings__text-content {
	padding-top: 0;
	padding-bottom: 3rem;
}

.savings__image .holding-shape__content {
	width: 367px;
	max-width: 367px;
	height: 190px;
	min-height: 190px;
	left: 50%;
	transform: translate(-50%);
}

.savings__image .holding-shape__mask {
	-webkit-mask-position: bottom;
	mask-position: bottom;
}

@media (min-width:1024px) {
	.savings--alternate .savings__image .holding-shape {
		top: auto;
		bottom: -2.5rem;
		left: -2.5rem;
		right: auto;
	}
	
	.savings--alternate .savings__image .holding-shape__content {
		width: 422px;
		max-width: 422px;
		height: 327px;
		top: auto;
	}
	
	.savings--alternate .savings__icon {
		top: 70px;
		right: 0;
	}
	
	.savings--alternate .savings__text-content {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
	
	.savings__image .holding-shape {
		height: 100%;
		position: absolute;
		right: 38px;
	}
	
	.savings__image .holding-shape__content {
		width: 380px;
		max-width: 380px;
		height: 288px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	
	.savings__image .holding-shape__mask {
		-webkit-mask-position: 50%;
		mask-position: 50%;
	}
}

@media (max-width:1023px) {
	.savings--alternate .savings__image .holding-shape {
		transform: scale(1.1);
	}
}
