.gpf-coupon-wrapper {
    background: #ff6c00;
    border-radius: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 25px;
    max-height: 91px;
}
.gpf-coupon-title {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}
.gpf-coupon-content {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.gpf-coupon-coupon {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
    text-align: right;
}