@charset "UTF-8";

.privacy-policy_img{
    width: 100%;
    max-width: 550px;
    height: 100%;
    margin: 10px 0;
}

.privacy-policy__text{
    margin-top: 40px;
    font-weight: bold;
    line-height: 1.8;
}

.privacy-policy__content{
    margin-top: 55px;
}
.privacy-policy__content .privacy-policy__title{
    font-size: 2.5rem;
    margin-top: 35px;
}

.privacy-policy__description{
    margin-top: 20px;
}

.privacy-policy__list{
    margin-top: 15px;
    line-height: 1.8;
}

.privacy-policy__item{
    position: relative;
    padding-left: 10px;
}

.privacy-policy__item::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 768px){

    .privacy-policy_img{
        max-width: 300px;
        margin: 10px auto 20px;
    }

    .privacy-policy__text{
        margin-top: 20px;
    }

    .privacy-policy__content{
        margin-top: 35px;
    }

    .privacy-policy__content .privacy-policy__title{
        font-size: 2rem;
        margin-top: 25px;
    }


}




