.news-title{
    margin:20px;
}

.news-title p,h2{
    margin: 0;
}

.news-body{
    width: 80%;
    margin: auto;
}

.news-body-sentences p{
    margin: 0;
    margin-bottom: 10px;
}

.news-body-images{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.news-body-photos{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.news-body-photos img{
    margin:10px 2px 0 2px;
    width: 96%;
    height:auto;
    max-height: 400px;
}

.news-body-photos p{
    font-size: 14px;
    text-align: center;
}

.news-body-informations-title h4{
    margin-top: 20px;
}

.news-body-informations p{
    margin:5px;
}

.news-body-informations table{
    margin:0px;
}

@media screen and (min-width:761px){
    .news-body-images{
        display: flex;
    }
}

@media screen and (max-width:760px){
    .news-body-images{
        display: flex;
        flex-direction: column;
    }

    .news-body-photos{
        width: 100%;
    }
}