.base {
  background: #fff;
  padding: 24px;
  width: 100%;
  border-radius: 6px;
  padding-bottom: 12px;
}
.infoTitle {
  width: 100%;
  font-size: 16px;
  font-weight: 800;
}
.infoPage {
  margin-top: 24px;
  .infoContent {
    margin-bottom: 12px;
    display: flex;
    .infoLabel {
      width: 84px;
      margin-right: 24px;
      display: flex;
      justify-content: end;
    }
    .infoImg {
      display: flex;
      align-items: start;
      img {
        height: 80px;
        width: 80px;
        border-radius: 4px;
      }
    }
  }
}
