main .descripcion p {
    font-weight: 400;
    font-size: 0.8rem;
}

main .alimento {
    background: url('../img/quienes-somos/superfood.png');
    background-size: cover;
    background-position: left;
}

main .alimento p {
    font-weight: 400;
    font-size: 0.9rem;
}

/** MEDIA QUERIES **/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    main .alimento {
        background-position: right;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    main .alimento {
        background-position: right;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    main .alimento {
        background-position: right;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/** END MEDIA QUERIES **/