.section-five {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 20rem 4rem;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.section-five .container {
  flex-direction: column;
  max-width: 120rem;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
.section-five .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.section-five .main-description {
  margin-top: -0.1rem;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--blue-07);
  font-size: 2.8rem;
  letter-spacing: -0.17px;
  line-height: 4.2rem;
  position: relative;
  align-self: stretch;
  text-align: center;
}
.section-five .div-2 {
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
.section-five .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: 6rem;
  letter-spacing: -0.36px;
  line-height: 7.8rem;
  position: relative;
  align-self: stretch;
  text-align: center;
}
.section-five .container-2 {
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
.section-five .step-container-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 6rem 2rem;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #536281;
  border-radius: 4.8rem;
  box-shadow: -1.6rem 1.6rem 3.28rem #1b1c1e0d;
  display: flex;
  position: relative;
}
.section-five .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
}
.section-five .step-title {
  margin-top: -0.1rem;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #c1ddfe;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  align-self: stretch;
}
.section-five .step-description {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 21%,
    rgba(93, 170, 255, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 4rem;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 5.2rem;
  position: relative;
  align-self: stretch;
}
.section-five .rectangle {
  position: relative;
  width: 16rem;
  height: 16rem;
  aspect-ratio: 1;
  object-fit: cover;
}
.section-five .description {
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: -0.24px;
  line-height: 3.84rem;
  position: relative;
  align-self: stretch;
}
.section-five .text {
  max-width: 120rem;
  align-items: center;
  gap: 4.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-five .text-wrapper {
  margin-top: -0.1rem;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #424242;
  font-size: 3.2rem;
  text-align: justify;
  letter-spacing: -0.19px;
  line-height: 5.12rem;
  position: relative;
  align-self: stretch;
}

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

  .section-five .container {
    gap: 3rem;
  }

  .section-five .main-title {
    font-size: 2.6rem;
    line-height: 1.35;
  }

  .section-five .main-description {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  /* Stack steps vertically */
  .section-five .container-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    transform: none;
    margin: 0;
  }

  .section-five .step-container-wrapper {
    width: 100%;
    max-width: 32rem; /* Narrower cards */
    padding: 3rem 2rem;
    border-radius: 2.4rem;
    margin: 0 auto;
  }

  .section-five .step-title {
    font-size: 1.6rem;
  }

  .section-five .step-description {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .section-five .rectangle {
    width: 10rem;
    height: 10rem;
  }

  .section-five .description {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .section-five .text-wrapper {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left; 
    padding: 0;
    margin: 0;
  }
}