.legal-title{
    text-align: center;
    color: var(--primary-400-base, #00B7FD);
    font-family: 'ClashGrotesk-medium';
    font-size: 72px;
    font-weight: 500;
    line-height: 80px; /* 111.111% */
    letter-spacing: -1.44px;
}

.legal-explanation{
    text-align: center;
    margin-top: 20px;
    color: var(--text-normal-500, #666D80);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 56px;
}

.legal-text{
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.legal-innerTitle{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-top: 64px;
}

.legal-text strong{
    color: #000;
}

.legal-container{
    margin-bottom: 160px;
}

.kvkk-application-form-btn {
    color: #00B7FD;
    transition: 0.2s;
}

.kvkk-application-form-btn:hover {
    color: #009ad8;
}