/* Legacy inner-page media compatibility */
.banner > img {
  width: 100%;
}

/* Legacy smooth-products gallery */
.sp-large {
  flex: none;
}

.sp-large a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.sp-large a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_con h3 {
  font-weight: bold;
}