.section__privacy__notice {
    margin: 60px 0;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.privacy__notice__title {
    margin-bottom: 40px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}

.subtitle__privacy__notice{
    margin-bottom: 20px;
    font-weight: 700;
    text-align:center;
    float: right;
}

.information__privacy__notice {
    margin-bottom: 20px;
    text-align: justify;
}