.section-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 20rem 0rem;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.section-three .container {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 0rem 4rem;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-three .text {
  max-width: 120rem;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-three .description-wrapper {
  max-width: 120rem;
  align-items: center;
  gap: 4.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-three .description {
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #424242;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: -0.8px;
  line-height: 6.4rem;
  position: relative;
  align-self: stretch;
  margin-top: -0.1rem;
}
.section-three .div {
  position: relative;
  width: 84.8rem;
  height: 104.8rem;
}
.section-three .phone {
  position: absolute;
  top: calc(50% - 24.6rem);
  left: calc(50% - 45.4rem);
  width: 39.4rem;
  height: 79rem;
  aspect-ratio: 0.48;
  object-fit: cover;
}
.section-three .img {
  position: absolute;
  top: calc(50% - 53.4rem);
  left: calc(50% + 3rem);
  width: 39.4rem;
  height: 79rem;
  aspect-ratio: 0.48;
  object-fit: cover;
}
.section-three .main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
}
.section-three .text-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.section-three .text-container {
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-three .main-title {
  margin-top: -0.133rem;
  background: linear-gradient(
    180deg,
    rgba(45, 145, 255, 1) 0%,
    rgba(47, 81, 158, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: -0.36px;
  line-height: 7.8rem;
  position: relative;
  align-self: stretch;
}
.section-three .p {
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 3.2rem;
  text-align: justify;
  letter-spacing: -0.32px;
  line-height: 5.12rem;
  position: relative;
  align-self: stretch;
  margin-top: -0.1rem;
}
.section-three .text-wrapper {
  font-weight: 700;
  color: #2d87f0;
  letter-spacing: -0.1px;
  font-style: normal;
}
.section-three .span {
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #424242;
  letter-spacing: -0.1px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .section-three {
    padding: 6rem 0rem;
    gap: 4rem;
  }

  .section-three .container {
    padding: 0rem 2rem;
    gap: 4rem;
  }

  .section-three .text {
    gap: 4rem;
  }

  .section-three .description {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* Scale down the phone illustration area */
  .section-three .div {
    width: 100%;
    height: 32rem; /* Reduced height further */
    overflow: visible;
  }

  /* Reposition and scale phones */
  .section-three .phone {
    width: 13rem; /* Smaller phones */
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-110%);
  }

  .section-three .img {
    width: 13rem; /* Smaller phones */
    height: auto;
    top: 3rem;
    left: 50%;
    transform: translateX(10%);
  }

  .section-three .main-title {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  .section-three .p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}
