#newsContainer .news-Text {
    font-size: 1.6rem;
    color: var(--bs-black);
    padding-top: 10px;
    font-weight: 500;
}
 .newsWrap{
    margin-bottom: 60px;
}

.news-cover:hover{
    transform: scale(1.05);
    transition: 0.5s ease;
}
#newsContainer .newsWrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.news-cover{
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
}
.news-cover img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

@media (max-width:767px) {
    .newsWrap{
        margin-bottom: 30px;
    }
}
#Newsbanner .insideBanner .bannerBG{
    right: -30px;
}
.lg-prev:after {
    content: "<";
}
.lg-next:before {
    content: ">";
}

