.container-fluid h5 {
    color: #1746A2;
}

.container-fluid p {
    color: #707B93;
}

.container-fluid li {
    color: #707B93;
}

.imageArea {
    top: 82px;
}

.sol-img {
    height: calc(100vh - 190px) !important;
    object-fit: cover;
}

.haber-detail-bosluk {
    margin-bottom: 3rem;
    margin-top: 4rem;
}

.detay-tarih {
    color: #7E7E7E;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.015em;
}

.detay-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #152037;
}

@media only screen and (max-width: 767px) {
    .container-fluid h5 {
        margin-top: 2rem;
    }
    .sol-img {
        height: calc(100vh - 500px) !important;
        object-fit: cover;
    }
}