.discount-percentage {
    position: relative;
    background-color: white;
    border: 1px solid #2cb839;
    border-radius: 10px;
    padding: 9px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.discount-percentage h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 5px;
}

.discount-percentage h5 {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 1px;
}

.discount-percentage div {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    right: 15px;
}