.home-esquerda {
    width: 48%;
    float: left;
}

.home-direita {
    width: 48%;
    float: right;
}

.news-form {
    width: 40%;
    color: gray;
}

.noticia-item {
    display: block;
    margin-bottom: 5px;
}