/* Section cgv */
.section--cgv {}
.section--cgv .section__header {
    margin: 0 0 100px 0;
}
.section--cgv .section__title {
    width: 100%;
    text-align: center;
}
.section--cgv .section__introduction {
    width: 100%;
    max-width: 1400px;
}

.section--cgv .grid--cgv{
    margin:32px 0 0 0;
}
.section--cgv .card--cgv{}
.section--cgv .card--cgv:not(:first-child){
    margin:32px 0 0 0;
}
.section--cgv .card--cgv .card__title{
    font-size: clamp(16px, 2vw, 32px);
    line-height: 1.3;
    font-weight: 700;
}
.section--cgv .card--cgv .card__text{
    margin: 10px 0 0 0;
}
.section--cgv .card--cgv .card__text p{
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 400;
    line-height: 1.3;
}
.section--cgv .card--cgv .card__text a {
    color:var(--color-blue);
    text-decoration: underline;
}
.section--cgv .card--cgv .card__text a:hover{
    color:var(--color-red);
}