.news__box__ic {
    justify-content: start;
    gap: 40px;
    padding-left: 45px;
    padding-bottom: ;
    margin-bottom: 15px;
}

.rec_post_link {
    text-decoration: none;
    color: unset;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

.rec_post_link:hover {
    color: unset;
    /* text-decoration: underline; */
}

.news_right_sidebar {
    padding-left: 50px;
}

.overlay-background.image-tc-bx img {
    height: 500px;
    object-fit: cover;
}

.common__title__box.text-start.pb-4.d-none.d-md-block h3 {
    padding-top: 20px;
}

.overlay-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

span.date__item {
    display: block;
    padding: 10px 0;
}


@media only screen and (min-width : 768px) and (max-width : 1400px) {}


@media only screen and (max-width: 600px) {



    span.status__item {
        display: block;
        padding: 10px 0;
    }

    .image-tc-bx {
        padding: 0;
        margin: 35px 15px 0 15px;
    }

    .news__box__ic {
        justify-content: start;
        gap: 40px;
        padding-left: 20px;
        margin-bottom: 0;
        display: block;
    }

    .news_right_sidebar {
        padding-left: 15px;
        padding-top: 40px;
        border-top: 1px solid lightgrey;
        margin-top: 40px;
    }
    .news__box__ic {
        justify-content: start;
        gap: 20px;
        padding-left: 20px;
        margin-bottom: 15px;
        display: block;
        align-items: center;
    }
    .status__item {
        font-size: 12px;
    }
    span.date__item {
        font-size: 12px;
    }
    .brand__circle__logo {
        width: 20px;
    }
    .overlay-background.image-tc-bx img {
        height: 200px;
        object-fit: cover;
    }
    .news_item_box {
        padding-bottom: 30px;
    }
    .overlay-background .project-bottom-title {
        position: absolute;
        bottom: 8%;
        left: 5%;
        color: #fff !important;
        z-index: 2;
        transform: translate(0, 0);
        font-size: 14px;
    }
    .project-title-top-corner {
        position: absolute;
        top: 8%;
        right: 5%;
        color: white;
        z-index: 2;
        transform: translate(0, 0);
        font-size: 14px;
    }



}