.dd-vouchers-discount-code .copy-text {
    position: relative;
    text-align: center;
    background-color: #eee;
    padding: 20px;
}
.dd-vouchers-discount-code .copy-discount-code:after {
    content: '';
    background-image: url(../images/copy-light.svg);
    width: 30px;
    display: inline-block;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    transform: translate(0, 3px);
}
.dd-vouchers-discount-code .copy-discount-code:after:hover {
    transform: scale(1.1);
}
.dd-vouchers-discount-code.roller-discount-code .grey-box::after {
    display: none;
}
@media(max-width: 640px) {
    .dd-vouchers-discount-code .copy-discount-code:after {
            width: 22px;
                height: 24px;
                    margin-left: 7px;
    transform: translate(0, 5px);
    }
    .dd-vouchers-discount-code .copy-text {
        font-size: 16px;
    }
}
@media(min-width: 1024px) {
    .dd-vouchers-discount-code .copy-text {
        font-size: 26px;
         padding: 30px;
    }
}