/* Content-only updates; product filters and account permissions are unchanged. */
.home-page .certifications-section .list .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.home-page .certifications-section .list .row .pic {
  flex: 0 1 160px;
  width: 160px;
  height: 136px;
  margin: 0;
}
.home-page .certifications-section .list .row .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .core-values .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.about-page .core-values .list .item {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.about-page .core-values .list .item .content {
  box-sizing: border-box;
  padding: 24px 20px;
  height: 136px;
  text-align: center;
}
.about-page .core-values .list .item:hover .content {
  height: 100%;
  overflow-y: auto;
}
.about-page .core-values .list .item .content .desc {
  margin: 0;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .core-values .list .item .content .desc span,
.about-page .core-values .list .item:hover .content .desc span {
  font-size: 20px;
  line-height: 28px;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}
.about-page .core-values .list .item .content .info {
  width: auto;
  margin: 12px 0 0;
}
.about-page .section-4 .main-1 #Advantage .slideBg img.history-photo {
  object-fit: cover;
}
.information-page .section-1 .contact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.information-page .section-1 .contact-details .item {
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.information-page .section-1 .contact-details .item .content {
  overflow-wrap: anywhere;
}
.news-page .s3 .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.news-page .s3 .list .item {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.news-page .news-pagination {
  align-items: center;
  gap: 12px;
  padding-top: 56px;
  padding-bottom: 80px;
}
.news-page .news-pagination .prev {
  margin-right: 0;
}
.news-page .news-page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.news-page .news-page-numbers .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 1px solid #d6dbe2;
  color: #22262f;
  font-size: 16px;
  text-decoration: none;
}
.news-page .news-page-numbers .page-num-current,
.news-page .news-page-numbers a:hover {
  background: #005aeb;
  color: #fff;
  border-color: #005aeb;
}
.news-page .news-pagination a:focus-visible {
  outline: 2px solid #005aeb;
  outline-offset: 3px;
}
.news-page .news-pagination a[aria-disabled="true"] {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .about-page .core-values .list {
    gap: 16px;
  }
  .about-page .core-values .list .item .content {
    padding: 20px 12px;
  }
  .information-page .section-1 .contact-details {
    gap: 16px;
  }
  .news-page .s3 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .home-page .certifications-section .list .row {
    gap: 20px;
  }
  .home-page .certifications-section .list .row .pic {
    flex-basis: 96px;
    width: 96px;
    height: 96px;
  }
  .about-page .core-values .list,
  .information-page .section-1 .contact-details,
  .news-page .s3 .list {
    grid-template-columns: minmax(0, 1fr);
  }
  .about-page .core-values .list .item {
    height: 360px;
  }
  .information-page .section-1 .contact-details .item {
    padding: 24px;
  }
  .news-page .s3 .list .item {
    height: 440px;
  }
  .news-page .s3 .list .item:hover .content .time,
  .news-page .s3 .list .item:hover .content .info,
  .news-page .s3 .list .item:hover .content .more {
    transform: none;
  }
  .news-page .news-pagination {
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .news-page .news-page-numbers {
    order: -1;
    flex-basis: 100%;
  }
}
