.Discount_holder {
    background: #c90002 0% 0% no-repeat padding-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Discount_holder p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  opacity: 1;
}


@media (min-width: 0px) and (max-width: 485px) {
.Discount_holder {
    width: 30px;
    height: 30px;
}

.Discount_holder p {
    font-size: 13px;
}
}