.title{
  flex-direction: column !important;
}
internal{
  flex-direction: column;
}
#box_legal grid2Col{
  height: 512px;
  width: 100%;
  max-width: 900px;
  gap: 44px;
}
grid2Col .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
options{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
pageHeader p{
  text-align: left !important;
}
#legalImage{
  height: 100%;
  width: 100%;
  background-image: url('../assets/images/contract-pana.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}