.coupon {
    display: inline-block;
    width:  530px;
    height: 240px;
    background: #95435E;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin: 30px 0;
    color:#F0DCDC;
    text-align: left;
}
.coupon img#toque {
    position: absolute;
    left:20px; top:20px;
    width: 25px;
}
.coupon img#pana {
    position: absolute;
    right:10px; bottom:10px;
    width: 125px;
}
.coupon .info {
    padding-left: 75px;
    padding-top: 20px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.couponAmount {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
    margin:30px 0;
}
.thediscount {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

.couponCode {
    position: absolute;
    left:75px; bottom:20px;
}
.couponCode .code {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}