.bobo-service1 {
  padding: 90px 0;
  background: #fff;
  text-align: left;
}

.bobo-service1 h3 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}
.bobo-service1 h3 {
  font-size: clamp(24px, 1.9vw, 36px);
  /* color: var(--color-primary); */
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.bobo-service1 h3::after {
  content: "";
  background: var(--title-text-color, #000);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.transformer-custom-section {
  color: #4A5568;
  line-height: 1.6;
  margin: 0 auto;
  padding: 20px;
}

/* Ã¦Â â€¡Ã©Â¢ËœÃ¦Â Â·Ã¥Â¼Â */
.transformer-title {
  font-size: 28px;
  color: #2D3748;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #2D3748;
  padding-bottom: 8px;
  display: inline-block;
}

.transformer-intro {
  margin-bottom: 32px;
  text-align: center;
}

/* Ã¦Â Â¸Ã¥Â¿Æ’Ã¥Ââ€šÃ¦â€¢Â°Ã¥ÂÂ¡Ã§â€°â€¡Ã¥Â®Â¹Ã¥â„¢Â¨ */
.parameter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

/* Ã¥Ââ€šÃ¦â€¢Â°Ã¥ÂÂ¡Ã§â€°â€¡Ã¦Â Â·Ã¥Â¼Â */
.parameter-card {
  background: #F8FAFC;
  padding: 24px;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parameter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.parameter-card h4 {
  font-size: 18px;
  color: #2D3748;
  font-weight: 600;
  margin-bottom: 16px;
}

.parameter-card strong {
  color: var(--btn-hover); /* Ã¥â€œÂÃ§â€°Å’Ã¤Â¸Â»Ã¨â€°Â²Ã§Â¤ÂºÃ¤Â¾â€¹Ã¯Â¼Å’Ã¥ÂÂ¯Ã¦â€ºÂ¿Ã¦ÂÂ¢Ã¤Â¸ÂºÃ¤Â½Â Ã§Å¡â€žÃ¥â€œÂÃ§â€°Å’Ã¨â€°Â² */
}

/* Ã§â€°Â¹Ã¦Â®Å Ã¥Â®Å¡Ã¥Ë†Â¶Ã¦Â¨Â¡Ã¥Ââ€” */
.special-custom-section {
  background: #EEF2F7;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 36px;
}

.special-custom-title {
  font-size: 22px;
  color: #2D3748;
  font-weight: 700;
  margin-bottom: 24px;
}

.special-custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.special-custom-grid h4 {
  font-size: 18px;
  color: #2D3748;
  font-weight: 600;
  margin-bottom: 16px;
}

.special-custom-list {
  list-style: none;
  padding: 0;
  line-height: 2.0;
}

.special-custom-list li {
  margin-bottom: 8px;
}

/* OEM/ODMÃ¦Â¨Â¡Ã¥Ââ€” */
.oem-section {
  border: 1px solid #E2E8F0;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

.oem-section h4 {
  font-size: 18px;
  color: #2D3748;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ©â‚¬â€šÃ©â€¦ÂÃ¯Â¼Ë†Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¯Â¼â€° */
@media (max-width: 768px) {
  .parameter-grid, .special-custom-grid {
    grid-template-columns: 1fr; /* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¦â€Â¹Ã¤Â¸Âº1Ã¥Ë†â€” */
  }
  
  .transformer-title {
    font-size: 24px;
  }
  
  .special-custom-section {
    padding: 20px;
  }
}

@media screen and (max-width: 1500px) {

  .bobo-service1 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {

  .bobo-service1 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .bobo-service1 {
    padding: 60px 0;
  }

  .bobo-service1 p {
    font-size: 16px;
  }
  .transformer-custom-section {
    padding: 0;
}
}

@media screen and (max-width: 768px) {


  .bobo-service1 {
    padding: 30px 0;
  }

  .bobo-service1 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}


