 .image-slider-section .carousel-item img{
        object-fit: contain;
    height: 600px;
    display: inline-block;
    width: auto !important;
    margin: 40px auto;
    /* border: 1px solid #000; */
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .news-card.slick-slide {
    height: auto;
}

section.latest-news .slick-arrow::before {

  display: none !important;

}
 
section.latest-news .slick-next {background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-size: 99% !important;background-position: center !important;background-repeat: no-repeat !important;z-index: 11;height: 26px;width: 26px;right: -40px;filter: invert(1);}
 
section.latest-news .slick-prev {background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;background-size: 99% !important;background-position: center !important;background-repeat: no-repeat !important;height: 26px;width: 26px;z-index: 11;left: -40px;filter: invert(1);}

 .news-card .news-image {
    object-position: top;
}
