.personal-data-container ul {
    list-style-type: none;
}

.collection-of-personal-data-container ul {
    list-style-type: lower-roman;
}

.circle-list {
    list-style-type: circle;
}

.dot-list {
    list-style-type: disc;
}

.alphabet-list {
    list-style-type: lower-alpha;
}

.no-style-list {
    list-style-type: none;
}

.date-ul {
    font-style: italic;
}

.voucher-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px; /* Adjust the max-width as appropriate */
    margin: 0 auto;
}

.yuhua-voucher-terms-and-condition-wrapper {
    font-size: 1.2em;
}

#ivoucher-icon-img, #rebate-icon-img {
    width: 100%;
    height: auto; /* Maintains the aspect ratio of the image */
}