.banner-agro {
    background: url('../images/img-bolsas/img-background-bolsas.webp') no-repeat;
    background-position: top;
    background-size: cover;
}

@media(max-width:768px) {
    .banner-agro {
        background: url('../images/img-bolsas/img-background-bolsas-min.webp') no-repeat;
        background-position: center;
    }
}