﻿.kvk-baslik {
    margin-top: 1rem;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(41, 38, 33, 1);
    margin-bottom: 4px;
}

.kvk-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(112, 110, 106, 1);
}

.sayfa-aciklama {
    margin-bottom: 20px;
    font-family: Poppins;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #272829;
}
.kvkk-row {
    margin-top: 61px;
    margin-bottom: 61px;
}
.kvkk-row li {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: left !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

@media only screen and (max-width: 425px) {
    .detays {
        flex-wrap: wrap;
        margin-top: 0 !important;
    }

    .banner-detay {
        margin-top: 0 !important;
    }

    .sayfa-aciklama {
        margin-top: 60px !important;
    }

    .sayfa-title {
        line-height: 35px !important;
        font-size: 21px !important;
        margin-bottom: 1rem;
    }

    .kvkk-row {
        margin-top: 0;
    }
}
