#nosotros img{
    height: 400px;
}

#nosotros {
    background: url(IMG/fondo2.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: orange;
    padding: 50px 0;
    margin-top: 300px;
  }
  
  #nosotros .container {
    display: flex;
    justify-content: center;
    
  }

  #nosotros h1 {
    font-size: 25px;
    
  }


  @media screen and (max-width: 768px) {
    #nosotros {
      margin-top: 0px
    }
    }
