Блок 1 
Блок 2
#news_block {white-space: nowrap;
        width:48%; 
        height:150px; 
        background:#ffd4dc; 
        float:left; 
        margin: 0 4px 4px 0; 
        color: #000;
        padding: 4px;
        }		
.contayters
{white-space: nowrap;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}