.tos-wrapper h1 {
    font-size: 2.2rem;
    color: #101010;
    text-align: center;
}
.tos-wrapper h2 {
    font-weight: 700;
    margin-block: 20px;
}
.tos-effective-date {
    position: relative;
    display: block;
    margin: 25px auto 35px;
    padding: 5px 15px;
    font-size: .9rem;
    border-radius: 25px;
    font-weight: 700;
    line-height: 1em;
    background-color: #f0f2fd;
    border: 1px solid #e0e2ed;
    width: fit-content;
}
.tos-wrapper .g_list {
    margin-block: 25px 45px;
}
.tos-wrapper .g_list p {
    font-weight: 400;
}
.tos-wrapper .underline-lg {
    max-width: 100%;
    width: 100%;
    border-color: #e6e8ed;
    margin-block: 45px;
}