.section_galeria{
    padding: 50px 0;
}
.escogernos_title h2{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #00408a;
    font-weight: 800;
}
.contenedor_galeria{
    padding: 30px;
    background: #ededed;
}
@media(max-width: 991px){
    .escogernos_title h2{
        font-size: 20px;
    }
}