.frame {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.frame .desktop-wrapper {
  width: 1929px;
  height: 7203px;
}

.frame .desktop {
  position: relative;
  height: 7117px;
  background-color: #ffffff;
}

.frame .web-design {
  position: absolute;
  width: 1929px;
  height: 7117px;
  top: 0;
  left: 0;
}
