/* ------------------------------------------ */
/* ------------ TERMS OF SERVICE ------------ */
/* ------------------------------------------ */

.Terms-of-Service-div {
    font-weight: 500;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    color: #d4d4d4;
    text-align: center;
}
.Terms-of-Service-div h {
    font-weight: bold;
    font-size: 1.125rem;
    font-family: Inter, sans-serif;
}
.Terms-of-Service-div a {
    text-decoration: underline;
    color: #D4D4D4;
    transition: 0.3s;
}
.Terms-of-Service-div a:hover {
    color: #F87171;
} 

.Terms-of-Service-div li {
    list-style-type: none;
}

