.modul_haberler{
    min-height: 100px !important;
}
.haber{
    height:280px;
}
.haber_resim{
    width: 100%;
    height: 150px;
    background-size: cover;
    border: 2px solid #ccc;
    background-position: center center;
}

.haber_baslik{
    font-size: 16px;
    padding: 10px 0;
}

.haber_ana{
    background: url("/images/icon/haber.png") 0 4px  no-repeat;
    padding: 0 0 10px 24px;
}
.haber_ana_baslik{
    font-size: 15px;
    padding: 0px;
    font-weight: 700;

}