.pisell_card {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  // overflow: hidden;

  &.pisell_card-hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0
  }

  .pisell_card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

    .pisell_card-title {
      height: 28px;
      font-size: 16px;
      // font-weight: 650;
      line-height: 28px;
      color: #252a2d;
      font-weight: bold;
    }
  }
}