.main-slider .carousel-caption {
    bottom: 5px;
    background-color: #cccccc80;
}

.carousel-item img {
    width: auto;
    height: 300px;
}

.news-title {
    font-size: 14px;
    color: #0e1a6b;
    word-wrap: break-word;
}

.news-list img {
    width: 100%;
    height: 70px !important;
}
.mainitem {
    height: 106px !important;
}
.slick-arrow{
    background-color: transparent !important;
}

.slider-for .slick-prev, .slider-for .slick-next{
    height: 20px !important;
    width: 20px !important;
    color: #000 !important;
}
.slick-prev::before, .slick-next::before{
    color: #000 !important;
}


/** **/

@media only screen and (max-width: 576px) {
    .carousel-item img {
        width: auto;
        height: 200px;
    }
    .carousel-caption {
        padding: 0;
        height: 70px;
        color: rgba(0, 0, 0, 0.74);
        background-color: #f4f4ffaf !important;
    }
    .slider-for{
        height: unset !important;
    }
    .slider-nav{
        height: unset !important;
    }
    .mainitem {
        height: unset !important;
    }
    .news-list img {
        height: 180px !important;
        object-fit: fill !important;
    }
    
}

@media (min-width: 577px) and (max-width: 768px) {
    .slider-for{
        height: unset !important;
    }
    .slider-nav{
        height: unset !important;
    }
    .mainitem {
        height: unset !important;
    }.news-list img {
        height: 180px;
        object-fit: fill !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .news-list {
        height: 200px;
    }
    .news-list img {
        height: 180px;
        object-fit: fill !important;
    }
    .slider-for{
        height: unset !important;
    }
    .slider-nav{
        height: unset !important;
    }
}

@media (min-width: 993px) {
    .main-slider .carousel-caption {
        position: static;
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
        text-align: unset;
        background-color: #f9f9f9;
        height: 100px;
    }
}
