@media all and (min-width: 425px) and (min-height: 700px) {
  #hgroup_quemSomos {
    justify-content: start;
  }

  #hgroup_quemSomos_h2 {
      margin-block-start: 4.5rem;
      margin-block-end: 2.5rem;
  }

  #hgroup_quemSomos_p1, #hgroup_quemSomos_p2 {
      margin-block-end: 1.25rem;
  }
}