.section-wrapper {
  display: flex;
  flex-basis: row;
  gap: 1rem;
}

.section-wrapper .fifty-fifty {
  width: 50%;
}

.section-wrapper .one-third {
  width: 33.33%;
}

.section-wrapper .two-thirds {
  width: 66.66%;
}
