.parallel-booking-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;

  .pisell-section-headers {
    display: flex;
    align-items: center;
  }
  .pisell-section-headers-content {
    width: 1000px;
    margin: 0 auto;
  }
}

.parallel-booking-mobile-wrap {
  .pisell-section-headers-content {
    width: 100%;
  }
}
