.cgu-container {
    width: 100%;
    height: fit-content;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
 
}

.cgu-block p{
    margin-left: 2rem;
}

.cgu-title {
    font-weight: bold;
}


@media (max-width: 862px) { 
.cgu-page-title{
    font-size: 30px!important;
}

}