.warranty-heading {
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
}

.warranty-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

.submit-btn-color {
    background-color: rgba(31, 57, 101, 1);
}

.result-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.result-text {
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
}
.note-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.note-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 768px) {
    .warranty-heading{
        font-size: 32px;
    }
    .warranty-text{
        font-size: 16px;
    }
    .result-heading {
        font-size: 24px;
    }
    .result-text {
        font-size: 28px;
    }
    .note-heading {
        font-size: 16px;
    }
    .note-text {
        font-size: 16px;
    }
}

.card-separator {
    position: relative;
}

@media (max-width: 1023px) {
    .card-separator::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background-color: white;
    }
}

@media (min-width: 1024px) {
    .card-separator::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: white;
    }
}

#result_serial_number {
    word-break: break-all;
    overflow-wrap: break-word;
}