@charset "utf-8";
/* CSS Document */

.InfoWarranty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin: 10px auto;
    margin-bottom: 15%;
}

h1,
h2,
h3 {}

.InfoWarranty li,
p {
    text-align: justify;
    text-align-last: left;
    line-height: 1.3;
    width: 90%;
    margin: 12px auto;
}

.InfoWarranty a:any-link {
    text-decoration: none;
    color: black;
}