@media screen and (max-width: 1100px) {
    .voucher-page .voucher-wrap #voucher-view {
        width: 400px;
        height: 530px;
        padding: 0px 20px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content {
        font-size: 11px;
        height: 380px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 970px) {
    .voucher-page .voucher-wrap {
        display: block;
    }
    .voucher-page .voucher-wrap #voucher-view {
        height: 700px;
        width: 528px;
        padding: 0px 70px;
        margin: 0 auto;
    }
    .voucher-page .voucher-wrap #voucher-view .voucher-view-content {
        text-align: center;
        height: 480px;
        padding: 0 35px;
        font-size: 13px;
        position: relative;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 970px) {
    .voucher-page .voucher-wrap #voucher-view {
        width: 400px;
        height: 530px;
        padding: 0px 20px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content {
        font-size: 11px;
        height: 380px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .voucher-page #go-back-arrow {
        left: 50%;
        top: 10px;
    }

    .voucher-page .voucher-wrap #voucher-view {
        width: 325px;
        height: 430px;
        padding: 0 23px;
        margin: 0 auto;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content {
        padding: 0 10px;
        font-size: 11px;
        height: 300px;
        box-sizing: border-box;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-head {
        margin-bottom: 10px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content .voucher-contact {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content p {
        font-size: 10px;
        line-height: 1.1;
        min-height: 15px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content .voucher-text {
        margin-bottom: 10px;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content .voucher-footer {
        bottom: 0;
    }

    .voucher-page .voucher-wrap #voucher-view .voucher-view-content .voucher-footer p {
        margin-bottom: 5px;
        min-height: initial;
    }
}