.sign-in-wrapper .right-side .sprite {
  width: 699px;
  height: 930px;
  position: absolute;
  right: 30px;
  bottom: -17%;
}

.sign-in-wrapper .infoWrap {
  width: 605px;
  margin-top: -222px;
  position: relative;
}

.sign-in-wrapper .infoWrap h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  font-family: Poppins, Helvetica, Roboto;
  color: #fff;
  margin-bottom: 58px;
}

.sign-in-wrapper .reasonItem {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  gap: 16px;
}

.sign-in-wrapper .reasonItem h3 {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 28px;
  font-family: Poppins, Helvetica, Roboto;
}

.sign-in-wrapper .reasonItem span {
  font-family: Roboto;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.reasonIcon {
  width: 56px;
  height: 56px;
  background-color: var(--white-opacity);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.mobile .signin-content-wrapper {
  margin: 40px 0 80px;
}