﻿.kvkk-form-area {
    width: 100%;
    margin: 25px 0;
}
.kvkk-form-area a{
    text-decoration:inherit;
}

    .kvkk-form-area a.kvkk-form-button {
        width: 100%;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ececec;
        border-radius: 10px;
        padding: 16.5px 20px;
        color: #131313 !important;
        font-size: 22px;
        font-weight: bold;
    }

        .kvkk-form-area a.kvkk-form-button i {
            width: 35px;
            min-width: 35px;
            min-height: 35px;
            height: 35px;
            display: flex;
            color: #ff2d2b !important;
            align-items: center;
            justify-content: center;
            background: #ececec;
            border-radius: 100%;
            font-size: 18px;
        }
.kvkk-banner-text-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    min-height: 350px;
    max-height: 500px;
    height: 100%;
}
.kvkk-banner-text-area p{
    font-size:70px !important;
}
/*.base-color {
    color: #ff2d2b !important;
}*/

.solution-partners-all-area {
padding:0 80px;
}
.solution-partners-item img {
    width: 200px;
    max-width: 200px;
}
.solution-partners-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.solution-partners-item {
    width: 100%;
    border: 1px solid #cfcbcb;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 10px 0px 0;
    max-width: 100%;
    background: #cfcbcb;
}
.solution-partners-title h2 {
    color: #141f36 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin: 50px 0;
    font-size: 50px;
}
.solution-partners-item a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}