.container {
    max-width: 1420px !important;
}


.news-img{
    width:100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .news-img {
        width: 100% !important;
    }
}
