.labels .ec-offer-coupon
{
    padding: 20px;
    border: 2px solid #f1f1f1;
    text-align: center;
    background: #ffffff;
}
.labels .ec-offer-coupon .ec-cpn-brand .ec-brand-img {
    display: block;
    margin: 0 auto 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 128px;
}
.labels .ec-offer-coupon .ec-cpn-title {
    margin: 0 0 1rem 0;
}
.labels .ec-offer-coupon .ec-cpn-title .coupon-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
    color: #777;
}
.labels .ec-offer-coupon .ec-cpn-code {
    margin-bottom: 0;
}
.labels .ec-offer-coupon .ec-cpn-code a {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
}