.enCok {
    width: 100%;
    flex-direction: column;
}

.enCok .brand {
    width: 100%;
    height: 200px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 50px auto;
    text-align: center;
    background: var(--bg);
}

.enCok .brand2 {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.enCok .brand2 a {
    color: #555;
    font-size: 18px;
    transition: 250ms;
}

.enCok .brand2 a.active,
.enCok .brand2 a:hover {
    color: #000;
    font-weight: 800;
}

.enCok .yeni {
    width: 80%;
    margin: auto;
}

.enCok .yeni .yeniHaber {
    width: 100%;
}

.enCok .yeni .yeniHaber .icerikler {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.enCok .yeni .yeniHaber .icerikler .hizala {
    gap: 10px;
}

.enCok .yeni .yeniHaber .icerikler .okuma {
    color: #888;
    font-weight: 700;
}