.panel-2col > div:nth-child(1) {
  width: 65%;
  flex: inherit;
}

.panel-2col > div:nth-child(2) {
  width: 35%;
  flex: inherit;
}