#section5 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 25.55rem;
}

.bg5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25.55rem;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
  background-image: url('/images/product images/图层 623@2x.png');
  opacity: 1;
  z-index: 1;
}

.content5 {
  background-image: url('/images/product images/矩形 568@2x.png');
  height: 9.075rem;
  width: 23.6125rem;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-large5 {
  margin-top: 0.8125rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: black;
  text-align: center;
}

.text-small5 {
  margin-left: 1.275rem;
  margin-right: 1.275rem;
  font-size: 0.225rem;
  margin-top: 0.375rem;
  text-align: left;
}

.content5-feature {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.image-group {
  display: flex;
}

.left-image img {
  width: 5.2rem;
  height: 5.3rem;
}

.right-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.0625rem;
  gap: 0.0625rem;
}

.right-images img {
  width: 5.225rem;
  height: 2.55rem;
}

.feature-right {
  max-width: 9.75rem;
  margin-top: -0.75rem;
}

.feature-description {
  font-size: 0.25rem;
  color: #333333;
  font-weight: bold;
  text-align: left;
  margin-top: 0.75rem;
}



.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.375rem;
}

.scroll-wrapper {
  width: 20rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.25rem 0;
}

.scroll-grid {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.img-box {
  height: 1.375rem;
  background-color: white;
  border: 0.0125rem solid #d1ebfe;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem;
  box-sizing: border-box;
}

.img-box img {
  height: 0.875rem;
  width: auto;
  object-fit: contain;
}

.view-more-wrapper {
  text-align: center;

}

.view-more-link {
  font-size: 0.35rem;
  text-decoration: none;
  color: #5695ff;
}