.voucher-page .voucher-wrap {
    display: block;
}

.voucher-page #go-back-arrow {
    left: 50%;
    top: 10px;
}

.voucher-page .voucher-wrap #voucher-view {
    width: 325px;
    height: 430px;
    padding: 0 23px;
}
.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;
}