.page-section{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.tos-title{
    color: white
}
.tos{
    margin-top: 2%;
    /* border: solid red 1px; */
    text-align: center;
    width: 60%;
    text-align: start;
    color: #ced4da;
    font-size: 16px;
}