@charset "UTF-8";


.terms-of-sale div.table {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    padding: 60px 20px;
}

.terms-of-sale div.table table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.terms-of-sale table tr:first-child {
    border-top: none;
}

.terms-of-sale table tr:last-child {
    border-bottom: 1px solid #fee9e4;
}


.terms-of-sale table tr {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    border-top: 1px solid #fee9e4;
}

.terms-of-sale table tr:nth-of-type(even) {
    background-color: #fff9f8;
}

.terms-of-sale table tr.flex-container th {
    font-weight: 700;
    text-align: center;
}

.terms-of-sale table tr td {
    text-align: left;
    padding: 25px 20px;
}

.terms-of-sale table tr td:first-child {
    width: 35%;
}

.terms-of-sale table tr td:first-child {
    font-weight: 700;
}

@media screen and (max-width:400px) {
    .terms-of-sale table tr td {
        padding: 25px 10px;
    }

    .terms-of-sale table tr td:first-child {
        font-size: 1.4rem;
    }

}