.who-are {}

.who-are .container {}

.who-are .container .row {}

.who-are .container .row h2 {

  font-family: 'Barlow';

  font-weight: 700;

  text-align: center;

  color: #009045;

  font-size: 2.5rem;

  margin-bottom: -2rem;

  margin-top: 3rem;
}

.who-are .container .row h3 {

  font-family: 'Barlow';

  font-weight: 100;

  text-align: center;

  color: #009045;

  font-size: 6rem;

  line-height: 1;

  margin-bottom: 2rem;
}

.who-are .container .row .message {

  max-width: 530px;

  margin: 0 auto;

  height: 2rem;

  position: relative;

  justify-content: center;

  display: flex;

  margin-bottom: 2rem;
}

.who-are .container .row .message .line {

  height: 6px;

  background: #009045;

  position: absolute;

  top: 3px;

  width: 100%;
}

.who-are .container .row .message .message {

  font-family: 'Barlow';

  font-weight: 700;

  background: #fff;

  position: absolute;

  top: 0;

  margin: 0 auto;

  text-align: center;

  left: auto;

  right: auto;

  padding: 0.25rem 2rem;

  font-size: 2rem;

  line-height: 1;

  color: #009045;

  margin-top: -1rem;
}

.who-are .container .row .graph-animacion {

margin: 0 auto;

text-align: center;

width: 75%;
}

.who-are .container .row .graph-animacion video {

width: 100%;
}

@media (max-width:769px) {
  .who-are {}

  .who-are .container {}

  .who-are .container .row {}

  .who-are .container .row h2 {

    font-family: 'Barlow';

    font-weight: 700;

    text-align: center;

    color: #009045;

    font-size: 2.5rem;

    margin-bottom: -2rem;

    margin-top: 3rem;
  }

  .who-are .container .row h3 {

    font-family: 'Barlow';

    font-weight: 100;

    text-align: center;

    color: #009045;

    font-size: 6rem;

    line-height: 1;

    margin-bottom: 2rem;
  }

  .who-are .container .row .message {

    max-width: 530px;

    margin: 0 auto;

    height: 2rem;

    position: relative;

    justify-content: center;

    display: flex;

    margin-bottom: 2rem;
  }

  .who-are .container .row .message .line {

    height: 6px;

    background: #009045;

    position: absolute;

    top: 3px;

    width: 100%;
  }

  .who-are .container .row .message .message {

    font-family: 'Barlow';

    font-weight: 700;

    background: #fff;

    position: absolute;

    top: 0;

    margin: 0 auto;

    text-align: center;

    left: auto;

    right: auto;

    padding: 0.25rem 2rem;

    font-size: 2rem;

    line-height: 1;

    color: #009045;

    margin-top: -1rem;
  }

  .who-are .container .row .graph-animacion {

margin: 0 auto;

text-align: center;

width: 100%;

}

  .who-are .container .row .graph-animacion video {

width: 100%;

}
}