.banner-recoge-envio-gratis-contenedor {width:98%; margin:auto;}   
        
.banner-recoge-envio-gratis {display: flex;margin-top: 2%;}   
        
.banner-recoge-envio-gratis-izq {width:48%; margin:auto;}

.banner-recoge-envio-gratis-drch { width:48%; margin:auto;}


.banner-recoge-envio-gratis-izq img {width:98%; margin:auto; border-radius: 10px;}

.banner-recoge-envio-gratis-drch img {width:98%; margin:auto; border-radius: 10px;}


@media (max-width: 430px){
    
.banner-recoge-envio-gratis-contenedor {width:100%; margin:auto;} 
    
.banner-recoge-envio-gratis {display: flex;
    flex-wrap: nowrap;
    margin-top: 3%;
    flex-direction: column;}    

.banner-recoge-envio-gratis-izq {width:98%; margin:auto; padding-top: 2%; padding-bottom: 2%;}

.banner-recoge-envio-gratis-drch { width:98%; margin:auto; padding-top: 2%; padding-bottom: 2%;}    
    
    
}