<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.KVKKTittle {
    width: 410px;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
    padding-top: 50px;
    border-bottom: 1px solid #FE0000;
}

@media only screen and (width &lt;= 430px) {
    .KVKKText {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        margin-top: 45px;
    }
    .KVKKTittle {
        width: 410px;
        font-family: Arial;
        font-size: 24px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        padding-top: 50px;
        border-bottom: 1px solid #FE0000;
    }
}</pre></body></html>