.subDesNew {
    background: url(https://images.livemint.com/dev/oct-paywall-d.png) no-repeat 0 0 #FFFFFF;
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
    width: 100%;
    overflow: hidden;
    padding: 20px 20px 4px;
    box-sizing: border-box;
    background-size: 100%;
}

.subDesNew .pHeading {
    width: 310px;
    font-size: 28px;
    line-height: 30px;
    color: #212121;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.subDesNew .pdesc {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #212121;
    margin: 16px 0;
    width: 280px;
    font-size: 14px;
    line-height: 17px;
}

.subscriptionBox .subDesNew a {
    background: #F7941D;
    border-radius: 121px;
    font-weight: 400;
    color: #fff;
    padding: 8px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}

.subDesNew .pdesc a {
    font-weight: 700;
    color: #212121;
    padding: 0;
    background: none;
}

.subDesNew .pdesc span {
    display: block;
}

.subDesNew .band {
    background: url(https://images.livemint.com/dev/band.svg) no-repeat 0 0;
    position: absolute;
    width: 175px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    right: -11px;
    font-family: 'Lato', sans-serif;
}

.subDesNew.default {
    background: url(https://images.livemint.com/dev/paywall-25-d.png) no-repeat center center #F7941D;
    background-size: 100%;
    padding-top: 16px;
}

.subDesNew.default .band {
    display: none;
}

.subDesNew.default .pHeading,
.subDesNew.default .pdesc {
    color: #fff
}

.subDesNew.default a {
    background: #fff;
    color: #F7941D;
    font-weight: bold;
}

.subDesNew.default .pdesc {
    margin: 16px 0
}

.subDesNew.default .pdesc a {
    color: #fff !important;
    background: none;
}

@media(max-width:767px) {
    .subDesNew {
        background: url(https://images.livemint.com/dev/oct-paywall-m.png) no-repeat center right #FFFFFF;
        padding: 41px 16px 6px;
        background-size: 100%;
    }
    .subDesNew .pHeading {
        font-size: 21px;
        line-height: 22px;
        width: 260px;
    }
    .subDesNew .pdesc {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0;
        width: 210px;
    }
    .subDesNew .pdesc span {
        width: 280px;
        margin-top: 8px;
    }
    .subDesNew .band {
        position: static;
        margin: -41px auto 13px;
    }
    .subDesNew.default {
        background: url(https://images.livemint.com/dev/paywall-25-m.png) no-repeat center right #F7941D;
        background-size: 100%;
    }
}