.container-cgu {
    max-width: 1320px;
    margin: 0 auto;
}

.text-head,
.text-head>h2 {
    text-align: center;
    font-size: 2.75rem;
}

.desc-text>strong {
    font-weight: 900;
    font-size: 24px;
}

.desc-text {
    margin-top: 40px;
    font-size: 16px;
    color: var(--dark-text-bg-color);
    line-height: 1.71;
    padding-top: 10px;
    text-align: justify;
    font-family: var(--police-desc);
}