.particle-size-distribution-container,
.powder-property-test-container,
.raw-material-coating-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.particle-size-distribution-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 81px;
  max-width: 1200px;
}

.particle-size-distribution-title,
.powder-type-title,
.powder-property-test-title,
.raw-material-coating-title {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 32px;
}

.particle-size-distribution-title p,
.powder-type-title p,
.powder-property-test-title p,
.raw-material-coating-title p {
  font-size: 28px;
  font-weight: 700;
  text-transform: unset;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #242424;
  min-height: 32px;
}

.particle-size-distribution-desc {
  line-height: 180%;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #454545;
  min-height: 29px;
}

.particle-size-distribution-content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 16px;
  opacity: 1;
}

.particle-size-distribution-content ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 36px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  min-height: 24px;
  color: #454545;
}

.particle-size-distribution-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/09/Icon-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.particle-size-distribution-image {
  width: 100%;
  height: 360px;
  gap: 24px;
  display: flex;
}

.particle-size-distribution-image img {
  width: 588px;
  height: 360px;
  object-fit: cover;
  gap: 10px;
}

.powder-type-container {
  width: 1200px;
  max-height: 424px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.powder-type-image,
.powder-type-image img {
  width: 588px;
  height: 360px;
  object-fit: cover;
  display: flex;
}

.powder-type-image img {
  gap: 10px;
}

.powder-property-test-images,
.raw-material-coating-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.powder-property-test-images{
  gap: 32px;
}

.powder-property-test-image,
.raw-material-coating-image {
  width: 1200px;
  height: auto;
  overflow: hidden;
}

.powder-property-test-image img,
.raw-material-coating-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.powder-property-test-image:nth-child(even) img {
  height: 570px;
}

.powder-property-test-image:nth-child(odd) img,
.raw-material-coating-image img {
  height: 360px;
}

.coating-technology-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.coating-technology-header {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
}

.coating-technology-header p {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  text-transform: unset;
  color: #242424;
  margin: 0;
  min-height: 32px;
}

.coating-technology-grid {
  max-width: 1200px;
  min-height: 151px;
  display: flex;
  border: 1px solid #cacbcc;
}

.coating-grid-item {
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.coating-grid-title {
  width: 600px;
  border-bottom: 1px solid #cacbcc;
  height: 61px;
  background-color: #e3f3ed;
  padding: 16px 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-right: 1px solid #cacbcc;
  justify-content: center;
}

.coating-grid-title p,
.coating-grid-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #454545;
  min-height: 29px;
}

.coating-grid-content {
  max-width: 600px;
  min-height: 90px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #cacbcc;
}

.coating-technology-grid .coating-grid-item:last-child .coating-grid-content {
  border-right: none;
}

.coating-technology-grid,
.coating-technology-grid * {
  box-sizing: border-box;
}


.coating-grid-content p {
  width: 552px;
  min-height: 58px;
}

.coating-technology-section.layout-image-left {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.coating-section-content {
  max-width: 1200px;
  font-weight: 400;
  font-size: 18px;
  color: #454545;
  line-height: 180%;
  letter-spacing: 0.04em;
  padding-left: 24px;
}

.coating-section-image,
.coating-section-image img {
  width: 1200px;
  height: 360px;
  gap: 10px;
  object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .wrapper-container {
    max-width: 896px;
    margin: 80px 64px;
    align-items: center;
    justify-content: center;
  }

  .particle-size-distribution-title p,
  .powder-type-title p,
  .powder-property-test-title p,
  .raw-material-coating-title p {
    font-size: 21px;
  }

  .particle-size-distribution-container,
  .powder-property-test-container,
  .raw-material-coating-container {
    max-width: 896px;
    gap: 32px;
  }

  .particle-size-distribution-container {
    gap: 32px;
  }

  .particle-size-distribution-block {
    max-width: 896px;
    min-height: 110px;
  }

  .particle-size-distribution-desc {
    min-height: 58px;
    font-size: 16px;
  }

  .particle-size-distribution-content ul li {
    font-size: 16px;
  }

  .particle-size-distribution-image,
  .particle-size-distribution-image img {
    width: 436px;
    height: 266.94px;
  }

  .powder-type-container {
    width: 896px;
    gap: 20px;
  }

  .powder-type-image,
  .powder-type-image img {
    width: 436px;
    height: 268.16px;
    gap: 24px;
  }

  .powder-property-test-images,
  .raw-material-coating-images {
    gap: 32px;
  }

  .raw-material-coating-container{
    gap: 20px;
  }

  .powder-property-test-image,
  .raw-material-coating-image {
    width: 896px;
    height: auto;
  }

  .powder-property-test-image:nth-child(even) img {
    height: 425.6px;
  }

  .powder-property-test-image:nth-child(odd) img {
    height: 268.8px;
  }

  .raw-material-coating-image,
  .raw-material-coating-image img {
    height: 268.8px;
  }

  .coating-technology-container {
    max-width: 896px;
  }

  .coating-technology-header p {
    font-size: 21px;
  }

  .coating-technology-grid {
    max-width: 896px;
    min-height: 180px;
  }

  .coating-grid-item {
    max-width: 448px;
  }

  .coating-grid-title {
    width: 448px;
  }
  .coating-grid-content {
    width: 448px;
    min-height: 119px;
  }

  .coating-grid-content p {
    width: 400px;
    min-height: 87px;
  }

  .coating-grid-title p,
  .coating-grid-content p {
    font-size: 16px;
  }

  .coating-technology-section.layout-image-left {
    max-width: 896px;
  }

  .coating-section-content {
    max-width: 896px;
    font-size: 16px;
  }

  .coating-section-image,
  .coating-section-image img {
    width: 896px;
    height: 268.8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper-container {
    max-width: 688px;
    margin: 64px 40px;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  .particle-size-distribution-container,
  .powder-property-test-container,
  .raw-material-coating-container {
    max-width: 688px;
  }

  
  .powder-property-test-container {
    gap: 24px;
  }

  .powder-property-test-images {
    gap: 24px;
  }

  .powder-property-test-title,
  .powder-property-test-title p{
    min-height: 24px;
  }

.research_results-title-block:not(:has(.research_results-desc)) {
    min-height: 24px !important;
}

  .particle-size-distribution-block {
    min-height: 94px;
    max-width: 688px;
  }

  .particle-size-distribution-title,
  .powder-type-title,
  .powder-property-test-title,
  .raw-material-coating-title {
    min-height: 24px;
    align-items: unset;
  }

  .particle-size-distribution-title p,
  .powder-type-title p,
  .powder-property-test-title p,
  .raw-material-coating-title p {
    font-size: 16px;
  }

  .raw-material-coating-title,
  .raw-material-coating-title p,
  .chemical-performance-evaluation-title,
  .chemical-performance-evaluation-title p {
    min-height: 24px !important;
    font-size: 16px !important;
  }

  .particle-size-distribution-desc {
    font-size: 14px;
  }

  .particle-size-distribution-content ul li {
    min-height: 24px;
    font-size: 14px;
  }

  .particle-size-distribution-image {
    height: 421.22px;
  }

  .particle-size-distribution-image img {
    width: 688px;
    height: 421.22px;
  }

  .powder-type-container {
    width: 688px;
    max-height: 465.22px;
    gap: 20px;
  }

  .powder-type-image,
  .powder-type-image img {
    width: 688px;
    height: 421.22px;
  }

  .powder-property-test-image,
  .raw-material-coating-image {
    width: 688px;
    height: auto;
    overflow: hidden;
  }

  .powder-property-test-image:nth-child(even) img {
    height: 326.8px;
  }

  .powder-property-test-image:nth-child(odd) img {
    height: 206.4px;
  }

  .raw-material-coating-image,
  .raw-material-coating-image img {
    height: 206.4px;
  }

  .coating-technology-container {
    max-width: 688px;
    gap: 24px;
  }

  .coating-technology-header {
    min-height: 24px;
  }

  .coating-technology-header p {
    font-size: 16px;
    min-height: 24px;
  }

  .coating-technology-grid {
    max-width: 688px;
    min-height: 164px;
  }

  .coating-grid-item {
    max-width: 344px;
  }

  .coating-grid-title {
    width: 344px;
    height: 57px;
  }

  .coating-grid-title p,
  .coating-grid-content p {
    font-size: 14px;
    min-height: 25px;
  }

  .coating-grid-content {
    max-width: 344px;
    min-height: 107px;
  }

  .coating-grid-content p {
    width: 296px;
    min-height: 75px;
  }

  .coating-technology-section.layout-image-left {
    max-width: 688px;
    gap: 24px;
  }

  .coating-section-content {
    max-width: 688px;
    font-size: 14px;
    min-height: 75px;
  }

  .coating-section-image,
  .coating-section-image img {
    width: 688px;
    height: 206.4px;
  }
}

@media (max-width: 767px) {
  .wrapper-container {
    width: 343px;
    margin: 64px 16px;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }

  .particle-size-distribution-container,
  .powder-property-test-container,
  .raw-material-coating-container {
    max-width: auto;
    width: 343px;
  }

  .particle-size-distribution-container,
  .powder-property-test-container {
    gap: 16px;
  }

  .powder-property-test-images {
    gap: 16px;
  }

  .particle-size-distribution-block {
    gap: 16px;
    max-width: 100%;
  }

  .particle-size-distribution-title,
  .powder-type-title,
  .powder-property-test-title,
  .raw-material-coating-title {
    min-height: 24px;
  }

  .particle-size-distribution-title p,
  .powder-type-title p,
  .powder-property-test-title p,
  .raw-material-coating-title p {
    font-size: 16px;
    min-height: 24px;
  }

  .particle-size-distribution-desc {
    font-size: 14px;
    min-height: 75px;
  }

  .particle-size-distribution-content ul li {
    min-height: 24px;
    font-size: 14px;
  }

  .particle-size-distribution-image,
  .particle-size-distribution-image img {
    width: 100%;
    height: 210px;
  }

  .powder-type-container {
    width: 100%;
    max-height: 254px;
    gap: 16px;
  }

  .powder-type-image,
  .powder-type-image img {
    width: 343px;
    height: 210px;
  }

  .powder-property-test-image,
  .raw-material-coating-image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .powder-property-test-image img,
  .raw-material-coating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .powder-property-test-image:nth-child(even) img {
    height: 162.92px;
  }

  .powder-property-test-image:nth-child(odd) img {
    height: 102.9px;
  }

  .raw-material-coating-image img {
    height: 102.9px;
  }

  .raw-material-coating-container {
    gap: 16px;
  }

  .coating-technology-container {
    max-width: 343px;
    gap: 16px;
  }

  .coating-technology-header {
    min-height: 24px;
  }

  .coating-technology-header p {
    font-size: 16px;
    min-height: 24px;
  }

  .circle-title {
    width: 22px;
    height: 22px;
  }

  .circle-title::after {
    width: 12px;
    height: 12px;
  }

  .coating-technology-header {
    align-items: unset;
  }

  .coating-technology-header p {
    font-size: 16px;
  }

  .coating-technology-grid {
    max-width: 343px;
    min-height: 214px;
    display: flex;
  }

  .coating-grid-item {
    max-width: 171.5px;
  }

  .coating-grid-title {
    width: 171.5px;
    height: 57px;
    padding: 16px;
    align-items: center;
  }

  .coating-grid-title p,
  .coating-grid-content p {
    font-size: 14px;
    min-height: 25px;
  }

  .coating-grid-content {
    max-width: 171.5px;
    min-height: 157px;
    padding: 16px;
    align-items: center;
  }

  .coating-grid-content p {
    width: 139.5px;
    min-height: 125px;
  }

  .coating-technology-section.layout-image-left {
    max-width: 343px;
    gap: 16px;
  }

  .coating-section-content {
    max-width: 343px;
    font-size: 14px;
    padding-left: 16px;
  }

  .coating-section-image,
  .coating-section-image img {
    width: 343px;
    height: 102.9px;
  }
}
