*{
    font-family: "DM Sans", sans-serif;
    margin: 0;
}
.container{
    background: linear-gradient(#08264B, #1E1E1E);
}
.terms_privacy{ 
    text-align: left;
    max-width: 730px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.terms_privacy h2{
    font-size: 20px;
    font-weight: 500;
    color:#FFFFFF;
    margin-top: 30px;
}
.terms_privacy p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.terms_privacy h1{
    font-size: 34px;
    font-weight: 500;
    margin-top:50px;
}
.terms_privacy ul{
    display: block;
}
.terms_privacy li{
    list-style: disc;
}
