/*
* @Author: abhi
* @Date:   2021-08-30 00:11:35
* @Last Modified by:   abhi
* @Last Modified time: 2021-08-30 00:26:22
*/
.offer-badge-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #3bb78f;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 20px;
    text-transform: uppercase;
}