

 .news-section h2{
     font-size: 2rem;
    font-weight: bold;
    color:green;
 }

/* Ensure images fit properly */
.owl-carousel .BOXX img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: Rounded corners */
}

/* Center the text heading */
.custom-heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Carousel container */
.owl-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

/* Hide Owl Carousel navigation arrows */
.owl-nav {
    display: none !important;
}

/* Adjust space between items */
.owl-carousel .BOXX {
    padding: 10px;
}
