
.stackbackground-mobile1 {
  position: relative;
  align-content: center;
  
}

.rowview-mobile1 {
  flex: 1;
  align-items: center;
}

.column_two-mobile1 {
  z-index: 2;
  background-image: url(./img_group_64);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  @media only screen and (max-width: 1050px) {
    width: 100%;
    height: auto;
    padding: 20px;
    
  }
  
}

.columndescripti-mobile1 {
  margin-top: 66px;
  gap: 424px;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

.columnview-1-mobile1 {
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  
}



.stackview-mobile1 {
  height: 60px;
  width: 100%;
  position: relative;
  
}

.view-mobile1 {
  height: 6px;
  background-color: var(--red_200);
  width: 57%;
  position: absolute;
  top: 44px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  
}


.description-2-mobile1 {
  color: var(--gray_700_02) !important;
  letter-spacing: 2.80px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  line-height: 167.2%;
  text-align: center;
}

.description-3-mobile1 {
  color: var(--gray_700_02) !important;
  letter-spacing: 2.80px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 167.2%;
  padding: 300 0 0 0;
  text-align: center;
}
.description-4-mobile1 {
  color: var(--gray_700_02) !important;
  letter-spacing: 2.80px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 167.2%;
  padding: 320 0 0 0;
  text-align: center;
}

.vectortwo_one-mobile1 {
  height: 740px;
  margin-left: -610px;
  align-self: flex-end;
  position: relative;
  width: 100%;
  object-fit: contain;
}

.test6-mobile1 {
  color: var(--gray_700_02) !important;
  letter-spacing: 2.40px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 157.2%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: max-content;
  margin: auto;
  
}

.backgroundand-mobile1 {
  color: var(--red_200_99) !important;
  font-family: Playwrite US Trad !important;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  align-self: stretch;
  line-height: 26px;
  padding-bottom: 20px;
  
}

.column-mobile1 {
  z-index: 3;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.image_one-mobile1 {
  height: 220px;
  width: 60%;
  display: block;
  margin: auto;
}

.image_reduce-mobile1 {
  height: 5%;
  display: block;
  margin: auto;
  margin-top: 20px;
}


.ui.heading-mobile1 {
  color: #F3E2D8;
  margin: 120 0 0 40;
}

.row-1-mobile1 {
  height:900px;
  margin-top: -38px;
  position: relative;
  background-image: url(./202412251734343252.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 58%;
  display: flex;
  align-items: flex-start;
  padding: 270px 56px 270px 210px;
  @media only screen and (max-width: 1050px) {
      background-image: url(./202412251734343252.png);
      width: 100%;
      padding: 20px;
      margin-top: -65px;
      
  }
}

  .h2-mobile1{
      font-size: 1.5em;
      margin-block-start: 0.83em;
      margin-block-end: 0.83em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-weight: bold;
      unicode-bidi: isolate;
  
  }

  .stackview-three-mobile1{
    height: 34px;
    width: 50%;
    position: relative;
  }

  .strategies-mobile1{

  }

  .container {
    display: flex;
    align-items: flex-start; /* 垂直對齊 */
    justify-content: space-between; /* 兩邊空間分配 */
    padding: 20px;
}

/* 左側圖片 */
.left img {
    /* width: 100%; */
    max-width: 300px; /* 控制圖片最大寬度 */
    height: auto; /* 保持圖片比例 */
}

/* 右側區域 */
.right {
    margin-left: 20px; /* 右側區域距離圖片的空間 */
    max-width: 600px; /* 限制右側區域的寬度 */
}

/* 標題樣式 */
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; /* 標題與描述之間的間距 */
}

/* 描述文字樣式 */
.description1 {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.strategies{
  margin-top: 60px;
  gap: var(--space-2xl);
  display: flex;
  width: 80%;
  flex-direction: column;
}

.row_four_mobile{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
  