.nosotrosTitles{
         all:unset;
         font-family: "Open Sans", sans-serif;
         font-weight: 500;
         font-style: normal;
         font-size:38px; /*px*/
         line-height:47px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
          max-width:468px;
         color:white;
   } 

      
      .nosotros{
        display:flex;
        padding: 75px 160px 106px 160px;
        background-color:black;
        background-image:url("./imgs_nosotros/header.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        width:100%;
        height:446px;
        align-items:center;
      }
      
      @media(max-width:650px){

        .nosotros{
          padding: 40px;
        }

      }