.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.credit {
    position: relative;

    width: 50vw;
    height: 475px;

    padding: 20px 26px;

    column-count: 3;
    column-gap: 52px;
    column-fill: balance;
  }
  
  .creditGroup {
    break-inside: avoid;
    margin-bottom: 24px;
  }

  .align {
    margin-left: 20px;
  }

  .between {
    display: flex;
    justify-content: space-between;
  }

  p {
    color: black;
  }