.DiscountWrapper{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.DiscountWrapper img{
max-width: 100%;
min-height: 0%;
object-fit: contain;
}