.new-section {
    display: grid;
}

.new {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
}

.new__img {
    width: 100%;
}

.new__price {
    font-weight: bold;
    padding-bottom: 10px;
}

.list-news{
color: black;
}

.list-news.left {
    margin-top: 20px;
    list-style: none;
    padding-left: 30px;
    background: url('../../img/favicon.png') no-repeat left center;
    background-size: 20px 20px;
}
.list-news.rigth {
    margin-top: 20px;
    list-style: none;
    padding-left: 30px;
    background: url('../../img/favicon.png') no-repeat left center;
    background-size: 20px 20px;
}

/*Estilos para web*/

@media screen and (min-width:1024px) {
    .new-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .list-news.left {
        margin-top: 110px;
    }
    .list-news.rigth {
        margin-top: 30px;
    }
}