.contenedor_banderas{
    display: block;
    margin: 150px auto;
    width: 60%;
    background-color: #15161A;
    padding: 40px 20px;
}
.contenedor_banderas > section{
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial;
}

.contenedor_banderas > section img{
    width: 10%;
    height: 10%;
    display: block;
    margin: 0 auto;
}    
@media(max-width: 769px){
    .contenedor_banderas{
        width: 100%;
    }
}