.iphone-pro-max {
  display: flex;
  flex-direction: column;
  height: 100vh; /* изменено значение */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./img/iphone-14-15-pro-max-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.iphone-pro-max .rectangle {
  position: relative;
  width: 45vh;
  height: 35vh;
  object-fit: cover;
}

.iphone-pro-max .frame {
  flex-direction: column;
  gap: 2vh;
  padding: 0px 20px; /* или любое другое значение */
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.iphone-pro-max .div-wrapper {
  width: 30vh;
  height: 5vh;
  gap: 4px;
  padding: 5px 10px;
  background-color: #dfdfdf;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.iphone-pro-max .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 2vh;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}
body {
background-color: #000000;
}