.cgu-container {
    padding: 30px 60px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.page-title-container {
height: 300px;
    width: 100%;
    padding-top: 70px;
    background-color: #1dc411;
    position: relative;
    /* margin-bottom: 80px; */
}
.h2-title{
    margin-top: 40px;
    margin-bottom: 20px;
}



.position-title{
    position: absolute; 
    bottom: 50px; 
    margin-left: 50px;
    
}

.body-cgu-container{}