﻿
.recharge, .coupon, .punching{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}
.recharge{
	bottom: 3.75rem;
	left: 1.65rem;
}
.coupon{
	bottom: 1.4rem;
	left: 1.4rem;
}
.punching{
	bottom: 2.35rem;
	left: 3.5rem;
}

