.customers-choice .product-interior{
    background: var(--color-blue);
    padding: 0 0 6em 0;
	height: 100%;
	position: relative;
}

.customers-choice .product{
    margin-bottom: 1em;
}

.customers-choice .burst{
    top: 0;
}

.customers-choice .button-wrapper{
    margin-top: 2em;
}

.customers-choice .product-image img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
	max-height: 400px;
}