       .phoneWrapper {
  width: 400px;
  height: 740px;
  border-radius: 20px;
  background: #ffffff;
  border: 6px solid #000;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.phoneWrapper .in {
  width: 370px;
  height: 710px;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.phoneWrapper .in .getFrame {
  width: 370px;
  height: 710px;
  border: 0 !important;
  padding: 0;
  margin: 0;
}

.hero {
  padding: 50px 0;
  margin: auto;
  width: 50%;
}
.hero .phonecontainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hero .textContent {
  width: calc(100% - 500px);
  position: relative;
  margin-top: 20px;
}
.hero .phoneContent {
  width: 500px;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}