.section-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding: 16rem 0rem;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(98, 117, 139, 1) 30%,
    rgba(81, 95, 128, 1) 100%
  );
}
.section-two .container {
  max-width: 120rem;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 0rem 4rem;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-two .div {
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-two .main-description {
  margin-top: -0.133rem;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-good-05);
  font-size: 2.8rem;
  letter-spacing: -0.17px;
  line-height: 4.2rem;
  position: relative;
  align-self: stretch;
}
.section-two .main-title {
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 6rem;
  letter-spacing: -0.36px;
  line-height: 7.8rem;
  position: relative;
  align-self: stretch;
  margin: 0;
}
.section-two .text {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  gap: 4.8rem;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.section-two .description {
  position: relative;
  align-self: stretch;
  margin-top: -0.1rem;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #e9e9e9;
  font-size: 3.2rem;
  text-align: justify;
  letter-spacing: -0.64px;
  line-height: 5.12rem;
}
.section-two .main-container {
  width: 100%;
  padding: 4.8rem 0rem; /* Adjust padding for Swiper */
  position: relative;
  overflow: hidden; /* Standard Swiper behavior */
}

/* Slide styles */
.section-two .container-2 {
  width: 42rem; /* Base width for PC */
  height: 56rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6rem 4rem;
  background-color: #ffffff;
  border-radius: 2.8rem;
  box-shadow: -1.6rem 1.6rem 3.28rem #1b1c1e0d;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0; 
  height: auto; 
  min-height: 56rem;
}
.section-two .quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
}
.section-two .quote::before {
  content: none;
}
.section-two .icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.section-two .img {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.8rem);
  width: 1.5rem;
  height: 1.3rem;
}
.section-two .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #586472;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 3.6rem;
}
.section-two .description-wrapper {
  aspect-ratio: 1;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.section-two .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.section-two .ellipse {
  position: relative;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}
.section-two .description-2 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #586472;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 3.6rem;
  white-space: nowrap;
  font-style: normal;
}
.section-two .image {
  position: absolute;
  right: -7rem;
  bottom: -4rem;
  width: 41rem;
  height: 44rem;
  aspect-ratio: 1;
  object-fit: cover;
}

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

  .section-two .container {
    padding: 0rem 2rem;
    gap: 3rem;
  }

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

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

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

  /* Swiper Container Mobile Padding */
  .section-two .main-container {
    padding: 2rem 2rem;
    overflow: visible; /* Optional: let slides overflow screen if desired, or keep hidden */
  }

  /* Slide Size Mobile */
  .section-two .container-2 {
    width: 32rem; /* Mobile width */
    min-width: 32rem;
    height: auto;
    min-height: 40rem;
    padding: 4rem 3.2rem;
  }
  
  .section-two .quote {
    gap: 1.6rem;
  }

  .section-two .text-wrapper {
    font-size: 1.6rem; 
    line-height: 1.5;
  }
  
  .section-two .description-2 {
    font-size: 1.5rem;
  }
  
  .section-two .ellipse {
    width: 5rem;
    height: 5rem;
  }

  .section-two .image {
    width: 20rem;
    height: 20rem;
    right: -2rem;
    bottom: -2rem;
    opacity: 0.5;
  }
}