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