.section-register-title-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-register-wrapper-note {
    margin-top: -70px;
  }
  .section-register-wrapper-note span.section-register-head-text {
    color: rgb(255, 81, 0);
  }
  .section-register-textbg {
    width: 504px;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/main/section-register/Rectangle\ 4.png");
    background-repeat: no-repeat;
    background-size :cover;
    margin-top: 40px;
  }
  .section-register-textbg span {
      position: absolute;
    font-size: 3rem;
    -webkit-text-stroke: 0.5px black;
    text-shadow: -2px 2px #000000;
    color: white;
    margin-bottom: 16px;
  }
  .section-register-wrapper-all-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64%;
    padding: 1rem;
    margin-top: 20px;
  }
  .section-register-bg-item {
    width: 100%;
    font-size: 18px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/main/section-register/item-bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    flex-direction: column;
    margin-right: 6px;
  }
  .section-register-bg-item img {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .section-register-bg-item span.section-register-top-text-item {
    margin-top: -12px;
    font-family: 'Omyim' !important;
  }
  .section-register-bg-item span.section-register-under-text-item {
    margin-bottom: -12px;
    font-family: 'Omyim' !important;
  }
  .section-register-itemcode img {
    margin-top: 100px;
  }
  .section-register-itemcode {
    margin-top: -72px;
  }
  