.haber-card {
    box-shadow: 0px 0px 107.80000305175781px 0px #15203714;
    background-color: white;
    border: 2px solid #E6EBF1;
    padding: 15px;
    position: relative;
    height: 350px;
}

.card-tarih {
    margin-bottom: 12px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #7E7E7E;
}

.haber-card img {
    height: 315px !important;
    object-fit: cover;
}

.fazla-btns {
    text-align: center !important;
    width: 178px;
    margin-top: 3rem !important;
    border: 1px solid #E6EBF1 !important;
    background-color: unset !important;
    color: #152037 !important;
    padding: 15px !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: .3s !important;
}

.fazla-btns:hover {
    color: white !important;
    transition: .3s !important;
    background-color: #FDB827 !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -ms-transition: .3s !important;
    -o-transition: .3s !important;
}

.card-title {
    margin-bottom: 10px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #152037;
}

.card-detail {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*Kaç Stırda sınırlamak istiyorsanız */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #707B93;
}

.haber-yazi {
    margin-top: 3rem;
}

.card-button {
    position: absolute;
    bottom: 3rem;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #152037 !important;
    padding-left: 50px;
}

.card-button::before {
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 2px;
    background: #FCC737;
    top: 50%;
}

.haber-card-bosluk {
    row-gap: 2rem;
    margin-top: 3rem;
}

.daha-fazla {
    border: 0;
    text-align: center;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    padding: 15px;
    cursor: pointer;
    width: 150px;
    margin: auto;
    background-color: #FDB827;
    transition: .4s;
}

.daha-fazla:hover {
    border: 1px solid #FDB827;
    background: transparent !important;
    transition: .4s;
}

@media only screen and (max-width:1100px) {
    .haber-yazi {
        margin-top: 2rem!important;
    }
    .card-button {
        bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .haber-yazi {
        margin-top: 2rem;
    }
    .haber-card {
        height: auto;
    }
    .card-button {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .sol-img {
        height: calc(100vh - 355px) !important;
        object-fit: cover;
    }
    .detay-tarih {
        margin-top: 2rem;
    }
}