

.cgu-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 10px;
}

.cgu-last-update {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
}

.cgu-header {
    position: relative;
    background: url('../images/contact.jpeg') bottom/cover no-repeat;
    color: white;
    padding: 5rem 0;
    text-align: center;
    margin-top: 95px;
}

.cgu-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cgu-header-content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 20px;
}

