.desktop-1-child {
  position: absolute;
  width: calc(100% - 1302px);
  top: 119px;
  right: 651px;
  left: 651px;
  background-color: var(--color-gainsboro);
  height: 99px;
  cursor: pointer;
}
.test {
  position: absolute;
  width: calc(100% - 932px);
  top: 44px;
  left: 466px;
  display: inline-block;
  height: 63px;
}
.desktop-1-item {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--color-gainsboro);
  height: 44px;
}
.desktop-1 {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  height: 1630px;
  overflow: hidden;
  text-align: center;
  font-size: var(--font-size-45xl);
  color: var(--color-black);
  font-family: var(--font-inter);
}
