*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2';
}
*::after,
*::before{
    box-sizing: border-box;
}
p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin: 0 0 15px  0;
    line-height: 23px;
}

.title{
    font-size: 25px;
    line-height: 1em;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.privacy{
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
.privacy > *{
    padding: 20px 0;
}
.section-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.privacy ul li{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 23px;
    padding-left: 25px;
    position: relative;
    margin: 0 0 5px;
    font-weight: 400;
}
.privacy ul li:last-child{
    margin-bottom: 0;
}
.privacy ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #ff6e00;
    border-radius: 50%;
}


/* .section:nth-child(2n){
} */