/* 
Template Name: kocogluyapi
*/

.projelergorsel:hover img {
    filter: brightness(1) !important;
}

.projelergorsel:hover .projelergorselyazi {
    display: none !important;
}


#ez-toc-container {
    width: 100% !important;
}

ul.wp-block-list {
    list-style: disc !important;
    margin-bottom: 15px;
}

ul.wp-block-list li {
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
}

ol.wp-block-list li {
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
}

h1.wp-block-heading {
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
}

h2.wp-block-heading {
    font-size: 25px;
    line-height: normal;
}

h3.wp-block-heading {
    font-size: 20px;
    line-height: normal;
}

.icerik p {
    font-weight: 400;
    color: black;
}

.grid {
    display: flex;
    justify-content: center; /* Ortalamak için */
    flex-wrap: wrap; /* Taşan öğeleri bir sonraki satıra al */
    gap: 20px; /* Öğeler arasına boşluk ekle */
}

.grid-item {
    margin: 5px 5px; /* Her öğeyi ortala */
    
}