.terms__condition{
    padding: 3% 5%;
    font-family: Roboto, 'Product Sans' system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.terms__condition h1{
    font-size: 3rem;
    font-weight: 600;
}
.terms__condition ol{
   
}
.terms__condition >ol > li{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1.2rem;
}

.terms__condition >ol >  p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
}

.terms__condition >ol > ol> li{
    font-size: 1.2rem;
    font-weight: 500;
    /* margin-bottom: 1rem; */
    margin-top: 1rem;
}
.terms__condition >ol > ol> ol> li{
    font-size: 1.1rem;
    font-weight: 500;
   color: brown;
   line-height: 2;
}

.Privacy__policy p{
    font-size: 1.3rem ;
}

.Privacy__policy ol> li{
    font-size: 1.1rem ;
}
.Privacy__policy ol{
    margin-left: 2rem;
    line-height: 1.8;
}