@media (max-width:768px){
    .containernews{
    width:468px !important;
    margin-right:-15px !important;
    margin-left:90px !important;
    }

    .news-images img{
    width:250px;
    height:250px;
    margin-left:-190px !important;}
}

@media(max-width:380px){
    .containernews{
    width:300px !important;
    margin-left:64px !important;
    display: grid;
    grid-template-columns: 1fr;
    }


    .news-images img{
    width:151px;
    height:100px;
    margin-left:-236px !important;
    }

    .newsname{
    font-size:23px !important;
    margin-left:-36px !important;}

    .newsdes{
    width:271px !important;
    margin-left:26px !important;
    display: flex;
    flex-wrap: wrap;}

    a{
    width:271px !important;}

}