.bifold-left {
  width: 500px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  display: inline-flex;

  @media (max-width: 768px) {
    width: 372px;
    order: 2;
  }
}

.gap-l {
  gap: 164px;

  @media (max-width: 768px) {
    gap: 40px;
  }
}

.bifold-right {
  width: 560px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 768px) {
    max-width: 390px;
    order: 1;
  }
}
