.discount-items{
    display: flex;
    flex-wrap: wrap;
}
.discounted-percentage{
    width: fit-content;
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0px 5px 0px 4px;
    margin: 0 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 5px;
    color: #196533;
    font-weight: bold;
}
.item-info{
    margin-top: -5px;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #3d3d3d;
    padding-left: 4px;
}
.price-info{
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
    color: #196533;
    line-height: 1;
    padding-left: 4px;
}
.max-price{
    font-size: 22px;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
}

.discount-card{
    display: flex;
    flex-direction: column;
    align-content: baseline;
    padding-left: 15px !important;
    background-color: #117c3627 !important;
}

.per-unit{
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 4px;
}

.combo-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 20px;
}

.step{
	display: flex;
	flex-direction: column;
	align-items:center;
}


.step>h3, .step>p{
    text-align: center;
}

.usage-wrapper{
    padding: 20px 20px !important;
    background-color: #117c3627;
    border-radius: 20px;
}

.usage-title{
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 26px  !important;
    font-weight: 700 !important;
    color: #196533 !important;
    line-height: 1;
    padding-left: 4px;
}
.note{
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}

.note-title{
    width: 100%;
    border-bottom: 1px dashed #ddd;
    color: #196533 !important;
}

.usage-image{
    border-radius: 20px !important;
}
