﻿.all-news .news-item h3 {
    color: #c98e63;
}

.all-news .news-item:hover h3 {
    color: #e4ab75;
}

@media(max-width: 768px) {
    img {
        max-height: 470px;
    }
}

.carousel-indicators {
    bottom: 10px !important;
}

.all-news .news-item .news-content .news-img img {
    height: unset;
    width: unset;
}

.all-news .news-item .news-content {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

    .all-news .news-item .news-content .news-img {
        height: auto;
        width: 100%;
        background: unset;
        display: inline !important;
        /*object-fit: fill;*/
    }

    .all-news .news-item .news-content .news-texts p {
        font-size: 16px !important;
        height: auto !important;
        font-weight:600;
    }

    .all-news .news-item .news-content .news-texts h3 {
        height: auto !important;
    }

.news-img .carousel {
    width: 100%;
}
.all-news .news-item .news-content .news-texts .news-action-btn .inline-link-ico {
    font-weight: 600;
}