/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 01:33:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.page-id-46 .about_us_image_1_top_1{
  transform: translate(-215px, 40px);
}
.page-id-46 .about_us_image_1_top_2{
  transform: translate(-195px, 40px);
}
.page-id-46 .about_us_image_1_top_3{
  transform: translate(-165px, 40px);
}
.page-id-46 .only_image_5110{
  transform: translate(-98px, 90px);
}

.page-id-46 .about_us_image_1_bottom_1{
  transform: translate(66px, -40px);
}
.page-id-46 .about_us_image_1_bottom_2{
  transform: translate(50px, -40px);
}
.page-id-46 .about_us_image_1_bottom_3{
  transform: translate(35px, -40px);
}
.page-id-46 .about_us_image_1_bottom_4{
  transform: translate(30px, -40px);
}


.page-id-46 .narrow_text_image_1_top_1 {
  max-width: 250px;      /* controls paragraph width */
}
.page-id-46 .narrow_text_image_1_top_2 {
  max-width: 235px;      /* controls paragraph width */
}
.page-id-46 .narrow_text_image_1_top_3 {
  max-width: 290px;      /* controls paragraph width */
}


.page-id-46 .narrow_text_image_1_bottom_1 {
  max-width: 170px;      /* controls paragraph width */
}
.page-id-46 .narrow_text_image_1_bottom_2 {
  max-width: 340px;      /* controls paragraph width */
}
.page-id-46 .narrow_text_image_1_bottom_3 {
  max-width: 290px;      /* controls paragraph width */
}
.page-id-46 .narrow_text_image_1_bottom_4 {
  max-width: 240px;      /* controls paragraph width */
}

/* 兜底方案先写 */
.gw-bullets {
  list-style: none;
  padding-left: 1.6rem;
}
.gw-bullets li::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #27B26A;
}

/* 现代浏览器支持 marker 时，禁用 before */
@supports (selector(::marker)) {
  .gw-bullets {
    list-style: disc;
    padding-left: 1.2rem;
  }
  .gw-bullets li::before {
    content: none;
  }
  .gw-bullets li::marker {
    color: #27B26A;
    font-size: 1.6em;
  }
}


.gw-bullets .item-title {
  font-size: 1.5em;   /* 稍大 */
  font-weight: 600;   /* 半粗体 */
  color: #000;        /* 可调颜色 */
  line-height: 1.3;
}

.gw-bullets .item-desc {
  font-size: 1.2em;   /* 稍小 */
  color: #444;        /* 淡灰文字 */
  line-height: 1.5;
  display: block;     /* 另起一行 */
  margin-top: 0.2em;
  max-width: 450px;
}


/* B1. 只在本段里关闭 blockGap */
.product-section{ 
  --wp--style--block-gap: 0;
}
/* B2. 删掉 WP 可能加给直接子元素的起始间距 */
.product-section > :where(:not(.is-layout-flex):not(.is-layout-grid)){
  margin-block-start: 0 !important;
}
/* B3. 用标题块的 margin-bottom 精确控距离（数字随你调） */
.product-section .gw-section-title{ 
  margin: 30px 0 10px 0 !important; 
}
/* B4. 两列自身不再抬高 */
.product-section > .wp_block_columns_about_us{ 
  margin-top: 0 !important; 
  margin-bottom: 0 !important;
}



.gw-bullets .item {
	height: 105px;
}

.gw-bullets .item_bottom {
	max-height: 30px;
}

@media (max-width: 781px){
  .page-id-46 .only-this-5110{ transform: none; }
}