.frame {
  width: 100%;
  min-width: 1440px;
  min-height: 2049px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.frame .desktop {
  width: 1440px;
  height: 1024px;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(75, 93, 181, 1) 0%,
    rgba(66, 82, 159, 1) 23%,
    rgba(36, 44, 86, 1) 72%,
    rgba(33, 41, 79, 1) 100%
  );
}

.frame .rectangle {
  left: 87px;
  position: absolute;
  top: 208px;
  width: 304px;
  height: 304px;
  object-fit: cover;
}

.frame .img {
  left: 1045px;
  position: absolute;
  top: 208px;
  width: 304px;
  height: 304px;
  object-fit: cover;
}

.frame .text-wrapper {
  position: absolute;
  top: 84px;
  left: calc(50.00% - 145px);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div {
  position: absolute;
  top: 512px;
  left: 30px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-2 {
  position: absolute;
  top: 512px;
  left: 1051px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-3 {
  position: absolute;
  top: 84px;
  left: calc(50.00% - 138px);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-4 {
  position: absolute;
  top: 512px;
  left: 47px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}