.interface .continearTop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px;
}
.interface .continearTop img {
  width: 70%;
  height: 70%;
}

.interface .continearTop .infoFace {
  direction: rtl;
  width: 100%;
}
.baner {
  max-width: 100%;
  height: 400px;
  border-radius: 30px;
}

.baner form {
  width: 100%;
}
