.container-about {
    display: grid;
}

.about {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
}

.about__img {
    width: 100%;
}

.about__price {
    font-weight: bold;
    padding-bottom: 10px;
}



/*Estilos para web*/

@media screen and (min-width:1024px) {
    .container-about {
        grid-template-columns: repeat(2, 1fr);
    }
}