﻿
/*    MOBIL UYGULAMADA GÖSTERİLEN EKRANLAR İÇİN  */


section > .mobile-news-content > div > div > .news2-list-item {
    padding: 10px !important;
    background-color: #f4f5f7;
   
    margin: unset !important;
   
    border-radius: 8px;
  
}


section > .mobile-news-content > div > div > .news2-list-item2 {
    padding: 10px !important;
    background-color: #f4f5f7;
    margin: unset !important;
    border-radius: 8px;
    display:flex;
}


.mobile-news-content {
  
margin-top: 80px;
}







.contact-box {
    display: inline-grid;
    gap: 30px;
}


.contact-info {
    flex: 1;
    padding: 40px 20px;
}



.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    padding: 40px 20px;
}



.news2-card-image {
    width: 100%;
    border-radius: 8px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.news2-card-content {
    /*font-family: system-ui;*/
    font-size: 26px !important;
    color: var(--color-primary);
    font-weight: 700;
    padding: 18px 18px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}



    .news2-card-content a {
        color: var(--color-primary);
    }






.news2-card-grid {
    display: flex;
    gap: 30px;
    margin: 0px !important;
    flex-wrap: wrap;
}



.mobile-content-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20pt;
    /*font-family: system-ui;*/
    color: #212529;
}


.content-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34pt;
    /*font-family: system-ui;*/
    color: #212529;
}


.col-md-7 {
    width: 65%;
}


.col-md-5 {
    width: 35%;
}



/* STATİK SAYFALAR İÇİN 3LÜ HABERLER ALANI - baş */

.news2-area-header {
   
}

.news2-area-title {
     color: var(--color-primary);
    font-weight: 700;
}

    .news2-area-title ul li {
        margin: 0 !important;
        font-size: 26px !important;
        font-weight: 600 !important;
    }

.news2-area-button {
    display: none;
}

.news2-card-grid {
    display: flex;
    gap: 30px;
    margin: 0px !important;
    flex-wrap: wrap;
}

body {
    /*font-family: system-ui;*/
    font-size: 26px !important;
    line-height: 2!important; 
}

li {
 
}

p, h1, h2, h3, h4, h5, h6, span, li, a {
    font-size: 26px !important;
    line-height: 2 !important;
    font-family: 'Verdana',sans-serif;
    color: black;
}