.homenews{
    margin: 2rem auto;
}

@media screen and (min-width: 768px){
    .homenews{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        column-gap: 2.5rem;
    }
}