.warranty-container {
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 160, 227, 0.25);
    z-index: 10;
    border-radius: 1rem 1rem 1rem 1rem;
    height: 4rem;
}

.warranty-text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}