page-deal-screen {
  display: block;

  main {
    display: flex;
    margin: 12px auto;
  }

  deal-box {
    margin: 24px auto 0;

    &:first-child {
      margin-top: 0;
    }
  }

  section {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 245px;
  }

  .seperator {
    width: 10px;
    background: var(--global-theme-color-heavy, #42B5A6);
    border-radius: 5px;

    &::before {
      content: "";
      display: block;
      border-left: 2px dashed white;
      height: calc(100% - 10px);
      width: 2px;
      margin: 5px auto;
    }
  }
}
