.img-sale-voucher{
    right: 10px;
    height: auto;
    object-fit: cover;
    position: absolute;
}

.text-sale-voucher{
    position: absolute;
    right: 14px;
    top: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-sale-voucher .percent{
    color: #DF2C3B;
}

.text-sale-voucher .text{
    line-height: normal;
    color: #434657;
}
